Skip to content

Commit

Permalink
release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atimin committed Jul 17, 2023
1 parent 71e79b6 commit e094d8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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.5.1] - 2023-07-17

### Fixed

- Handle empty or broken block descriptor, [PR-317](https://github.com/reductstore/reductstore/pull/317)
Expand Down Expand Up @@ -469,7 +471,9 @@ 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.5.0...HEAD
[Unreleased]: https://github.com/reductstore/reductstore/compare/v1.5.1...HEAD

[1.5.1]: https://github.com/reductstore/reductstore/compare/v1.5.0...v1.5.1

[1.5.0]: https://github.com/reductstore/reductstore/compare/v1.4.1...v1.5.0

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "reductstore"
version = "1.5.0"
version = "1.5.1"
authors = ["Alexey Timin <atimin@reduct.store>"]
edition = "2021"
rust-version = "1.66.0"
Expand Down

0 comments on commit e094d8c

Please sign in to comment.