Compare commits

..

1 Commits

Author SHA1 Message Date
cuddle-please
67cb4f8c82 chore(release): 0.5.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-12-15 10:44:26 +00:00
3 changed files with 4 additions and 9 deletions

View File

@ -6,11 +6,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.5.1] - 2024-12-22
### Fixed
- *(deps)* update rust crate serde_json to v1.0.134
## [0.5.0] - 2024-12-15 ## [0.5.0] - 2024-12-15
### Added ### Added

6
Cargo.lock generated
View File

@ -1050,7 +1050,7 @@ dependencies = [
[[package]] [[package]]
name = "hyperlog-protos" name = "hyperlog-protos"
version = "0.5.0" version = "0.4.0"
dependencies = [ dependencies = [
"prost", "prost",
"tonic", "tonic",
@ -1981,9 +1981,9 @@ dependencies = [
[[package]] [[package]]
name = "serde_json" name = "serde_json"
version = "1.0.134" version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d" checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [ dependencies = [
"itoa", "itoa",
"memchr", "memchr",

View File

@ -26,4 +26,4 @@ hex = { version = "0.4.3" }
toml = { version = "0.8.14" } toml = { version = "0.8.14" }
[workspace.package] [workspace.package]
version = "0.5.1" version = "0.5.0"