From 7e677e795c89e7dd08027dc78071c2be1c59c519 Mon Sep 17 00:00:00 2001 From: seladb Date: Tue, 26 Apr 2022 12:48:07 +0530 Subject: [PATCH] Bump version to 0.5.1 --- Cargo.toml | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f7236f8..88d8af5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pickledb" -version = "0.5.0" +version = "0.5.1" authors = ["seladb "] license = "MIT" readme = "README.md" diff --git a/README.md b/README.md index 1cc15dc..bb00952 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Add this to your `Cargo.toml`: ```toml [dependencies] -pickledb = "0.5.0" +pickledb = "0.5.1" ``` ## Documentation @@ -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