Compare commits
2 Commits
a91e0932ca
...
76eba6a284
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76eba6a284 | ||
| 1f739332a3 |
@@ -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
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user