Skip to content

Commit

Permalink
Bump version to v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kylewlacy committed Sep 28, 2024
1 parent 7df3729 commit 8236cf1
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.3] - 2024-09-27

### Fixed

- Fix Brioche LSP erasing locked download and git ref hashes ([#130](https://github.com/brioche-dev/brioche/pull/130))
Expand Down Expand Up @@ -63,7 +65,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.2...HEAD
[Unreleased]: https://github.com/brioche-dev/brioche/compare/v0.1.3...HEAD
[v0.1.3]: https://github.com/brioche-dev/brioche/releases/tag/v0.1.3
[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
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
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.2"
version = "0.1.3"
edition = "2021"
default-run = "brioche"

Expand Down

0 comments on commit 8236cf1

Please sign in to comment.