Release 1.4.0
Preparing the release for 1.4.0:
- Prepare the crates for crates.io publishing
- Update the build scripts to make use of the new
releasesform for our tags
17 files changed
+44
-38
819ae5fd
→
bbd1e2cf
modified Cargo.lock
@@ -2659,7 +2659,7 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2701,7 +2701,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2747,7 +2747,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2760,7 +2760,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2809,7 +2809,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2842,7 +2842,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2883,7 +2883,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2908,7 +2908,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2921,7 +2921,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -2982,7 +2982,7 @@ dependencies = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -40,20 +40,20 @@ nonempty = "0.9.0"
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/release
@@ -17,8 +17,8 @@ main() {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified build/tag
@@ -3,11 +3,12 @@ set -e
|
|
|
|
|
|
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/upload
@@ -58,7 +58,7 @@ main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/version
@@ -1,9 +1,9 @@
|
|
|
|
| - | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
modified crates/radicle-cli-test/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-cli-test"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-cli"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cob/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-cob"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-fetch/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-fetch"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-node"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-protocol"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-remote-helper/Cargo.toml
@@ -3,7 +3,7 @@ name = "radicle-remote-helper"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-schemars/Cargo.toml
@@ -5,7 +5,7 @@ homepage.workspace = true
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-term/Cargo.toml
@@ -4,7 +4,7 @@ description = "Terminal library used by the Radicle CLI"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -4,7 +4,7 @@ description = "Radicle standard library"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/changelog
@@ -12,7 +12,7 @@ while [ $# -gt 0 ]; do
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -23,13 +23,18 @@ while [ $# -gt 0 ]; do
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|