chore: Release

This commit is contained in:
Félix Saparelli 2024-10-14 23:16:59 +13:00
parent 9082f63114
commit e36799d9e3
No known key found for this signature in database
5 changed files with 6 additions and 4 deletions

2
Cargo.lock generated
View file

@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "bosion"
version = "1.1.0"
version = "1.1.1"
dependencies = [
"gix",
"time",

View file

@ -2,6 +2,8 @@
## Next (YYYY-MM-DD)
## v1.1.1 (2024-10-14)
- Deps: gix 0.66
## v1.1.0 (2024-05-16)

View file

@ -1,6 +1,6 @@
[package]
name = "bosion"
version = "1.1.0"
version = "1.1.1"
authors = ["Félix Saparelli <felix@passcod.name>"]
license = "Apache-2.0 OR MIT"

View file

@ -15,7 +15,7 @@ In your `Cargo.toml`:
```toml
[build-dependencies]
bosion = "1.1.0"
bosion = "1.1.1"
```
In your `build.rs`:

View file

@ -127,7 +127,7 @@ mimalloc = "0.1.39"
embed-resource = "2.4.0"
[build-dependencies.bosion]
version = "1.1.0"
version = "1.1.1"
path = "../bosion"
[dev-dependencies]