Skip to content

Commit

Permalink
Release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gsserge committed Nov 15, 2024
1 parent 4d134ec commit fade3d0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## [0.5.2] - 2024-11-15

### ⚡ Performance

- Do not hold write lock while updating the index (#129)

## [0.5.1] - 2024-11-14

### 🚀 Features
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "surrealkv"
publish = true
version = "0.5.1"
version = "0.5.2"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down Expand Up @@ -52,4 +52,4 @@ harness = false

[[bench]]
name = "load_bench"
harness = false
harness = false

0 comments on commit fade3d0

Please sign in to comment.