From 0381249aa3bcc04807e5b4c93d696a2a32349991 Mon Sep 17 00:00:00 2001 From: Stuart Harris Date: Mon, 20 May 2024 17:21:28 +0100 Subject: [PATCH] fix rc numbers --- Cargo.lock | 2 +- crux_http/CHANGELOG.md | 4 ++-- crux_http/Cargo.toml | 2 +- crux_kv/CHANGELOG.md | 4 ++-- crux_macros/CHANGELOG.md | 2 +- crux_platform/CHANGELOG.md | 4 ++-- crux_time/CHANGELOG.md | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac26ddfe..8bec0c0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "crux_http" -version = "0.9.2" +version = "0.9.2-rc.1" dependencies = [ "anyhow", "assert_fs", diff --git a/crux_http/CHANGELOG.md b/crux_http/CHANGELOG.md index 9e05e99a..bf0fa690 100644 --- a/crux_http/CHANGELOG.md +++ b/crux_http/CHANGELOG.md @@ -8,11 +8,11 @@ and this project adheres to ## [Unreleased] -## [0.9.2-rc.0](https://github.com/redbadger/crux/compare/crux_http-v0.9.1...crux_http-v0.9.2-rc.0) - 2024-05-20 +## [0.9.2-rc.1](https://github.com/redbadger/crux/compare/crux_http-v0.9.1...crux_http-v0.9.2-rc.1) - 2024-05-20 ### Other -- Release crux_core v0.8.0-rc.0 +- Release crux_core v0.8.0-rc.1 ## [0.9.1](https://github.com/redbadger/crux/compare/crux_http-v0.9.0...crux_http-v0.9.1) - 2024-05-14 diff --git a/crux_http/Cargo.toml b/crux_http/Cargo.toml index 684b06a2..e294eabe 100644 --- a/crux_http/Cargo.toml +++ b/crux_http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "crux_http" description = "HTTP capability for use with crux_core" -version = "0.9.2" +version = "0.9.2-rc.1" readme = "README.md" authors.workspace = true repository.workspace = true diff --git a/crux_kv/CHANGELOG.md b/crux_kv/CHANGELOG.md index 77e4b336..37d7b317 100644 --- a/crux_kv/CHANGELOG.md +++ b/crux_kv/CHANGELOG.md @@ -8,11 +8,11 @@ and this project adheres to ## [Unreleased] -## [0.4.1-rc.0](https://github.com/redbadger/crux/compare/crux_kv-v0.4.0...crux_kv-v0.4.1-rc.0) - 2024-05-20 +## [0.4.1-rc.1](https://github.com/redbadger/crux/compare/crux_kv-v0.4.0...crux_kv-v0.4.1-rc.1) - 2024-05-20 ### Other -- Release crux_core v0.8.0-rc.0 +- Release crux_core v0.8.0-rc.1 - registry now slab allocated with u32 ## [0.4.0](https://github.com/redbadger/crux/compare/crux_kv-v0.3.0...crux_kv-v0.4.0) - 2024-05-17 diff --git a/crux_macros/CHANGELOG.md b/crux_macros/CHANGELOG.md index 00f6dec3..6ba120e0 100644 --- a/crux_macros/CHANGELOG.md +++ b/crux_macros/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to ## [Unreleased] -## [0.3.10-rc.0](https://github.com/redbadger/crux/compare/crux_macros-v0.3.9...crux_macros-v0.3.10-rc.0) - 2024-05-20 +## [0.3.10-rc.1](https://github.com/redbadger/crux/compare/crux_macros-v0.3.9...crux_macros-v0.3.10-rc.1) - 2024-05-20 ### Other diff --git a/crux_platform/CHANGELOG.md b/crux_platform/CHANGELOG.md index a92539a4..a6cbc10d 100644 --- a/crux_platform/CHANGELOG.md +++ b/crux_platform/CHANGELOG.md @@ -7,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.12-rc.0](https://github.com/redbadger/crux/compare/crux_platform-v0.1.11...crux_platform-v0.1.12-rc.0) - 2024-05-20 +## [0.1.12-rc.1](https://github.com/redbadger/crux/compare/crux_platform-v0.1.11...crux_platform-v0.1.12-rc.1) - 2024-05-20 ### Other -- Release crux_core v0.8.0-rc.0 +- Release crux_core v0.8.0-rc.1 ## [0.1.11](https://github.com/redbadger/crux/compare/crux_platform-v0.1.10...crux_platform-v0.1.11) - 2024-05-15 diff --git a/crux_time/CHANGELOG.md b/crux_time/CHANGELOG.md index ac8896d9..ef365eca 100644 --- a/crux_time/CHANGELOG.md +++ b/crux_time/CHANGELOG.md @@ -8,11 +8,11 @@ and this project adheres to ## [Unreleased] -## [0.4.3-rc.0](https://github.com/redbadger/crux/compare/crux_time-v0.4.2...crux_time-v0.4.3-rc.0) - 2024-05-20 +## [0.4.3-rc.1](https://github.com/redbadger/crux/compare/crux_time-v0.4.2...crux_time-v0.4.3-rc.1) - 2024-05-20 ### Other -- Release crux_core v0.8.0-rc.0 +- Release crux_core v0.8.0-rc.1 ## [0.4.2](https://github.com/redbadger/crux/compare/crux_time-v0.4.1...crux_time-v0.4.2) - 2024-05-15