Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Apr 26, 2022
1 parent 57ede85 commit 7e677e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pickledb"
version = "0.5.0"
version = "0.5.1"
authors = ["seladb <pcapplusplus@gmail.com>"]
license = "MIT"
readme = "README.md"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
pickledb = "0.5.0"
pickledb = "0.5.1"
```

## Documentation
Expand All @@ -57,6 +57,10 @@ There are currently two examples shipped with PickleDB:

## Changelog

### Version 0.5.1

- Bugfix: Add missing JSON feature gate

### Version 0.5.0

- Turn on/off file formats with features
Expand Down

0 comments on commit 7e677e7

Please sign in to comment.