diff --git a/CHANGELOG.md b/CHANGELOG.md index 5da8f05..da0cd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Note that the individual Rust crates within this repo are not considered stable ## [Unreleased] +## [v0.1.2] - 2024-09-26 + ### Standard library > **NOTE**: These features require both the latest version of Brioche and an appropriate version of the `std` package. Consult the [std changelog] for more details @@ -55,7 +57,8 @@ Note that the individual Rust crates within this repo are not considered stable - **Initial release!** -[Unreleased]: https://github.com/brioche-dev/brioche/compare/v0.1.1...HEAD +[Unreleased]: https://github.com/brioche-dev/brioche/compare/v0.1.2...HEAD +[v0.1.2]: https://github.com/brioche-dev/brioche/releases/tag/v0.1.2 [v0.1.1]: https://github.com/brioche-dev/brioche/releases/tag/v0.1.1 [v0.1.0]: https://github.com/brioche-dev/brioche/releases/tag/v0.1.0 diff --git a/Cargo.lock b/Cargo.lock index 9579cbb..a8b7f53 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -805,7 +805,7 @@ dependencies = [ [[package]] name = "brioche" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "brioche-core", @@ -829,7 +829,7 @@ dependencies = [ [[package]] name = "brioche-core" -version = "0.1.1" +version = "0.1.2" dependencies = [ "anyhow", "assert_matches", @@ -905,7 +905,7 @@ dependencies = [ [[package]] name = "brioche-pack" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bincode 2.0.0-rc.3", "bstr 1.8.0", @@ -917,7 +917,7 @@ dependencies = [ [[package]] name = "brioche-test-support" -version = "0.1.0" +version = "0.1.2" dependencies = [ "anyhow", "brioche-core", diff --git a/crates/brioche-core/Cargo.toml b/crates/brioche-core/Cargo.toml index c35bc54..b890a75 100644 --- a/crates/brioche-core/Cargo.toml +++ b/crates/brioche-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brioche-core" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/crates/brioche-pack/Cargo.toml b/crates/brioche-pack/Cargo.toml index 027fe7f..6aa29da 100644 --- a/crates/brioche-pack/Cargo.toml +++ b/crates/brioche-pack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brioche-pack" -version = "0.1.1" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/crates/brioche-test-support/Cargo.toml b/crates/brioche-test-support/Cargo.toml index 0287db1..1010dcf 100644 --- a/crates/brioche-test-support/Cargo.toml +++ b/crates/brioche-test-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brioche-test-support" -version = "0.1.0" +version = "0.1.2" edition = "2021" [dependencies] diff --git a/crates/brioche/Cargo.toml b/crates/brioche/Cargo.toml index 90792d5..84107ff 100644 --- a/crates/brioche/Cargo.toml +++ b/crates/brioche/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "brioche" -version = "0.1.1" +version = "0.1.2" edition = "2021" default-run = "brioche"