Compare commits

1 Commits

Author SHA1 Message Date
cuddle-please
a91e0932ca chore(release): 0.2.0
All checks were successful
continuous-integration/drone/push Build is passing
2025-11-29 01:53:47 +00:00
2 changed files with 3 additions and 4 deletions

View File

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

4
Cargo.lock generated
View File

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