Compare commits
2 Commits
62013104a0
...
62c90277d8
Author | SHA1 | Date | |
---|---|---|---|
|
62c90277d8 | ||
d876891242 |
22
CHANGELOG.md
22
CHANGELOG.md
@ -6,6 +6,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.3.1] - 2024-09-07
|
||||
|
||||
### Fixed
|
||||
- *(deps)* update rust crate serde to v1.0.210
|
||||
- *(deps)* update rust crate sqlx to v0.8.2
|
||||
- *(deps)* update rust crate prost to v0.13.2
|
||||
- *(deps)* update rust crate ratatui to v0.28.1
|
||||
- *(deps)* update rust crate sqlx to v0.8.1
|
||||
- *(deps)* update rust crate serde to v1.0.209
|
||||
- *(deps)* update rust crate serde_json to v1.0.127
|
||||
- *(deps)* update rust crate serde_json to v1.0.126
|
||||
- *(deps)* update rust crate prost to 0.13.0
|
||||
- *(deps)* update rust crate serde to v1.0.208
|
||||
|
||||
### Other
|
||||
- *(deps)* update rust crate similar-asserts to v1.6.0
|
||||
- *(deps)* update all dependencies
|
||||
- *(deps)* update rust crate tokio to v1.40.0
|
||||
- *(deps)* update tonic monorepo to v0.12.2
|
||||
- *(deps)* update tonic monorepo to 0.12.0
|
||||
- *(deps)* update all dependencies
|
||||
|
||||
## [0.3.0] - 2024-06-30
|
||||
|
||||
### Added
|
||||
|
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -1955,18 +1955,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "serde"
|
||||
version = "1.0.209"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
|
||||
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
version = "1.0.209"
|
||||
version = "1.0.210"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
|
||||
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
@ -26,4 +26,4 @@ hex = { version = "0.4.3" }
|
||||
toml = { version = "0.8.14" }
|
||||
|
||||
[workspace.package]
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user