Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Sep 13, 2023
1 parent f537334 commit 2c52598
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ The format is based on [Keep a Changelog].

## [Unreleased]

## [v0.4.11] - 2023-09-13

- Make `madvise_random` compatible with non-Unix OS [`#221`](https://github.com/paritytech/parity-db/pull/221)
- Explicit `funlock` [`#218`](https://github.com/paritytech/parity-db/pull/218)

## [v0.4.10] - 2023-07-21

- Use mmap IO for value tables [`#214`](https://github.com/paritytech/parity-db/pull/214)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parity-db"
version = "0.4.10"
version = "0.4.11"
authors = ["Parity Technologies <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2c52598

Please sign in to comment.