From 7763d309094ad264f72a1dff4d66083bbfab1621 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Fri, 1 Mar 2024 21:21:34 +0100 Subject: [PATCH] Release v0.4.0-alpha.1 --- Cargo.toml | 8 ++++---- scripts/publish.sh | 4 ---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e591a19..820a759 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,10 +28,10 @@ categories = [ [workspace.dependencies] anyhow = "1.0.79" thiserror = "1.0.56" -libpt-core = { version = "0.3.12", path = "members/libpt-core" } -libpt-bintols = { version = "0.3.12", path = "members/libpt-bintols" } -libpt-log = { version = "0.3.12", path = "members/libpt-log" } -libpt-py = { version = "0.3.12", path = "members/libpt-py" } +libpt-core = { version = "0.4.0-alpha.1", path = "members/libpt-core" } +libpt-bintols = { version = "0.4.0-alpha.1", path = "members/libpt-bintols" } +libpt-log = { version = "0.4.0-alpha.1", path = "members/libpt-log" } +libpt-py = { version = "0.4.0-alpha.1", path = "members/libpt-py" } [package] name = "libpt" diff --git a/scripts/publish.sh b/scripts/publish.sh index 2187a89..bf39812 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -16,14 +16,10 @@ sleep 10 cargo publish -p libpt-log cargo publish -p libpt-core cargo publish -p libpt-bintols -cargo publish -p libpt-math -cargo publish -p libpt-net cargo publish -p libpt echo ">>>>>>>> PUBLISHING TO CSCHERR.DE NEXT" sleep 3 cargo publish --registry cscherr -p libpt-log cargo publish --registry cscherr -p libpt-core cargo publish --registry cscherr -p libpt-bintols -cargo publish --registry cscherr -p libpt-math -cargo publish --registry cscherr -p libpt-net cargo publish --registry cscherr -p libpt