Skip to content

Commit

Permalink
Bump version to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Sep 26, 2024
1 parent 4420db6 commit ddf9102
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/brioche-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brioche-core"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche-pack/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brioche-pack"
version = "0.1.1"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche-test-support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brioche-test-support"
version = "0.1.0"
version = "0.1.2"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/brioche/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "brioche"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
default-run = "brioche"

Expand Down

0 comments on commit ddf9102

Please sign in to comment.