Skip to content

Commit 7e677e7

Browse files
committed
Bump version to 0.5.1
1 parent 57ede85 commit 7e677e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pickledb"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["seladb <pcapplusplus@gmail.com>"]
55
license = "MIT"
66
readme = "README.md"

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Add this to your `Cargo.toml`:
3939

4040
```toml
4141
[dependencies]
42-
pickledb = "0.5.0"
42+
pickledb = "0.5.1"
4343
```
4444

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

5858
## Changelog
5959

60+
### Version 0.5.1
61+
62+
- Bugfix: Add missing JSON feature gate
63+
6064
### Version 0.5.0
6165

6266
- Turn on/off file formats with features

0 commit comments

Comments
 (0)