Compare commits
2 Commits
9d6f14aed8
...
d28095fc5b
Author | SHA1 | Date | |
---|---|---|---|
|
d28095fc5b | ||
ff16753ac9 |
23
CHANGELOG.md
23
CHANGELOG.md
@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.0] - 2025-01-20
|
||||
|
||||
### Added
|
||||
- add port as string
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate uuid to v1.12.0
|
||||
- *(deps)* update rust crate uuid to v1.11.1
|
||||
- *(deps)* update all dependencies
|
||||
- *(deps)* update rust crate serde to v1.0.217
|
||||
- *(deps)* update rust crate serde to v1.0.216
|
||||
- *(deps)* update rust crate tokio-stream to v0.1.17
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate similar-asserts to v1.6.1
|
||||
- replace - with _ for postgres
|
||||
- *(deps)* update rust crate clap to v4.5.26
|
||||
- *(deps)* update rust crate clap to v4.5.24
|
||||
- *(deps)* update rust crate anyhow to v1.0.95
|
||||
- *(deps)* update rust crate clap to v4.5.23
|
||||
- *(deps)* update all dependencies
|
||||
- *(deps)* update rust crate tracing-subscriber to v0.3.19
|
||||
|
||||
## [0.2.0] - 2024-11-29
|
||||
|
||||
### Added
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3166,9 +3166,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "similar-asserts"
|
||||
version = "1.6.0"
|
||||
version = "1.6.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e"
|
||||
checksum = "9f08357795f0d604ea7d7130f22c74b03838c959bdb14adde3142aab4d18a293"
|
||||
dependencies = [
|
||||
"console",
|
||||
"similar",
|
||||
|
@ -14,4 +14,4 @@ dotenv = { version = "0.15" }
|
||||
flux-releaser = { git = "https://git.front.kjuulh.io/kjuulh/flux-releaser", branch = "main" }
|
||||
|
||||
[workspace.package]
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user