Compare commits
2 Commits
9d6f14aed8
...
d28095fc5b
Author | SHA1 | Date | |
---|---|---|---|
|
d28095fc5b | ||
ff16753ac9 |
@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
## [0.3.0] - 2025-01-15
|
## [0.3.0] - 2025-01-20
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- add port as string
|
- add port as string
|
||||||
@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- *(deps)* update rust crate tokio-stream to v0.1.17
|
- *(deps)* update rust crate tokio-stream to v0.1.17
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
|
- *(deps)* update rust crate similar-asserts to v1.6.1
|
||||||
- replace - with _ for postgres
|
- replace - with _ for postgres
|
||||||
- *(deps)* update rust crate clap to v4.5.26
|
- *(deps)* update rust crate clap to v4.5.26
|
||||||
- *(deps)* update rust crate clap to v4.5.24
|
- *(deps)* update rust crate clap to v4.5.24
|
||||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3166,9 +3166,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "similar-asserts"
|
name = "similar-asserts"
|
||||||
version = "1.6.0"
|
version = "1.6.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cfe85670573cd6f0fa97940f26e7e6601213c3b0555246c24234131f88c5709e"
|
checksum = "9f08357795f0d604ea7d7130f22c74b03838c959bdb14adde3142aab4d18a293"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"similar",
|
"similar",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user