Skip to content

Commit

Permalink
release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jun 11, 2024
1 parent 6bfd398 commit 3051527
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.10.0] - 2024-06-11

### Added

- RS-261: add `each_n` and `each_s` query parameters, [PR-11](https://github.com/reductstore/reduct-rs/pull/11)
Expand Down Expand Up @@ -53,7 +55,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Part of https://github.com/reductstore/reductstore

[Unreleased]: https://github.com/reductstore/reduct-rs/compare/v1.9.3...HEAD
[Unreleased]: https://github.com/reductstore/reduct-rs/compare/v1.10.0...HEAD

[1.10.0]: https://github.com/reductstore/reduct-rs/compare/v1.9.2...v1.10.0

[1.9.3]: https://github.com/reductstore/reduct-rs/compare/v1.9.2...v1.9.3

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ test-api-110 = [] # Test API 1.10
crate-type = ["lib"]

[dependencies]
reduct-base = { git = "https://github.com/reductstore/reductstore.git", branch = "main", package = "reduct-base" }
reduct-base = "1.10.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls", "stream"] }
Expand Down

0 comments on commit 3051527

Please sign in to comment.