Compare commits

2 Commits

Author SHA1 Message Date
cuddle-please
76eba6a284 chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-12-02 04:45:36 +00:00
1f739332a3 fix(deps): update rust crate uuid to v1.19.0
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing
2025-12-02 04:44:24 +00:00
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.2.0] - 2025-11-29
## [0.2.0] - 2025-12-02
### Added
- truly cancel if revision isn't as expected
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- allow readme
### Fixed
- *(deps)* update rust crate uuid to v1.19.0
- *(deps)* update all dependencies
### Other

4
Cargo.lock generated
View File

@@ -2089,9 +2089,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "uuid"
version = "1.18.1"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
dependencies = [
"getrandom 0.3.3",
"js-sys",