Skip to content

Commit

Permalink
Version 0.5.4 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsserge authored Nov 21, 2024
1 parent c3d5047 commit ac60288
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file.

## [0.5.4] - 2024-11-21

- Add Transaction::insert_or_replace() (#134)

## [0.5.3] - 2024-11-19

- Revert: Do not hold write lock while updating the index (#133)

## [0.5.2] - 2024-11-15

### ⚡ Performance
Expand Down
2 changes: 1 addition & 1 deletion 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "surrealkv"
publish = true
version = "0.5.3"
version = "0.5.4"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit ac60288

Please sign in to comment.