Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed May 16, 2024
1 parent 0e393c2 commit 9f1f2e9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 2 additions & 0 deletions crates/bosion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Next (YYYY-MM-DD)

## v1.1.0 (2024-05-16)

- Add `git-describe` support (#832, by @lu-zero)

## v1.0.3 (2024-04-20)
Expand Down
2 changes: 1 addition & 1 deletion crates/bosion/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bosion"
version = "1.0.3"
version = "1.1.0"

authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/bosion/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In your `Cargo.toml`:

```toml
[build-dependencies]
bosion = "1.0.3"
bosion = "1.1.0"
```

In your `build.rs`:
Expand Down
2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ mimalloc = "0.1.39"
embed-resource = "2.4.0"

[build-dependencies.bosion]
version = "1.0.3"
version = "1.1.0"
path = "../bosion"

[dev-dependencies]
Expand Down

0 comments on commit 9f1f2e9

Please sign in to comment.