From 30515274d0b62596289884a70809c7f94c029207 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Tue, 11 Jun 2024 10:33:25 +0200 Subject: [PATCH] release 1.10.0 --- CHANGELOG.md | 6 +++++- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbcd7d..181c198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 84d48cc..44d5326 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }