Skip to content

Commit

Permalink
release 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Mar 15, 2024
1 parent 406a7cf commit 9f21b1f
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.9.2] - 2024-03-15

### Fixed

- RS-218: Fix block migration, [PR-416](https://github.com/reductstore/reductstore/pull/416)
Expand Down Expand Up @@ -640,7 +642,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release with basic HTTP API and FIFO bucket quota

[Unreleased]: https://github.com/reductstore/reductstore/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/reductstore/reductstore/compare/v1.9.2...HEAD

[1.9.2]: https://github.com/reductstore/reductstore/compare/v1.9.1...v1.9.2

[1.9.1]: https://github.com/reductstore/reductstore/compare/v1.9.0...v1.9.1

[1.9.0]: https://github.com/reductstore/reductstore/compare/v1.8.2...v1.9.0

Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -10,7 +10,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.9.1"
version = "1.9.2"
authors = ["Alexey Timin <atimin@reduct.store>"]
edition = "2021"
rust-version = "1.75.0"
4 changes: 2 additions & 2 deletions reductstore/Cargo.toml
Expand Up @@ -26,8 +26,8 @@ crate-type = ["lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
reduct-base = { path = "../reduct_base", version = "1.9.1" }
reduct-macros = { path = "../reduct_macros", version = "1.9.1" }
reduct-base = { path = "../reduct_base", version = "1.9.0" }
reduct-macros = { path = "../reduct_macros", version = "1.9.0" }
reduct-rs = "1.9.0"

log = "0.4.20"
Expand Down

0 comments on commit 9f21b1f

Please sign in to comment.