Compare commits
1 Commits
main
...
cuddle-ple
Author | SHA1 | Date | |
---|---|---|---|
|
f78d458bd8 |
12
CHANGELOG.md
12
CHANGELOG.md
@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.1] - 2024-12-23
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate thiserror to v2.0.9
|
||||
- *(deps)* update rust crate thiserror to v2.0.8
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate anyhow to v1.0.95
|
||||
- *(deps)* update all dependencies
|
||||
- *(deps)* update rust crate tracing to v0.1.41
|
||||
- Configure Renovate (#4)
|
||||
|
||||
## [0.3.0] - 2024-12-13
|
||||
|
||||
### Added
|
||||
|
@ -3,7 +3,7 @@ members = ["crates/*"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
|
||||
[workspace.dependencies]
|
||||
drift = { path = "crates/drift" }
|
||||
|
Loading…
Reference in New Issue
Block a user