Compare commits
2 Commits
a91e0932ca
...
76eba6a284
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
76eba6a284 | ||
| 1f739332a3 |
25
CHANGELOG.md
25
CHANGELOG.md
@@ -6,6 +6,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0] - 2025-12-02
|
||||||
|
|
||||||
|
### Added
|
||||||
|
- truly cancel if revision isn't as expected
|
||||||
|
- reset after failure
|
||||||
|
- print as well
|
||||||
|
- add publish
|
||||||
|
- add features for nats and postgres
|
||||||
|
- add postgres
|
||||||
|
- extract backend
|
||||||
|
- do publish
|
||||||
|
- allow readme
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- *(deps)* update rust crate uuid to v1.19.0
|
||||||
|
- *(deps)* update all dependencies
|
||||||
|
|
||||||
|
### Other
|
||||||
|
- *(deps)* update tokio-tracing monorepo
|
||||||
|
- *(deps)* update rust crate tracing-subscriber to v0.3.20
|
||||||
|
- *(release)* v0.1.3 (#3)
|
||||||
|
chore(release): 0.1.3
|
||||||
|
- Configure Renovate (#4)
|
||||||
|
Add renovate.json
|
||||||
|
|
||||||
## [0.1.3] - 2025-09-24
|
## [0.1.3] - 2025-09-24
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2089,9 +2089,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uuid"
|
name = "uuid"
|
||||||
version = "1.18.1"
|
version = "1.19.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"getrandom 0.3.3",
|
"getrandom 0.3.3",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ members = ["crates/*"]
|
|||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user