From d81865d07f07910133877915b57abf0c52d5756b Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Sun, 12 Sep 2021 11:31:23 +0200 Subject: [PATCH] Cut 0.34.7 --- CHANGELOG.md | 6 ++++++ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973c6ecad..bb7640f7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.34.7 + +## Bug Fixes + +* #1314 Fix a bug in Subscriber's Future impl. + # 0.34.6 ## Improvements diff --git a/Cargo.toml b/Cargo.toml index 63440c098..c1d6bd921 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sled" -version = "0.34.6" +version = "0.34.7" authors = ["Tyler Neely "] description = "Lightweight high-performance pure-rust transactional embedded database." license = "MIT/Apache-2.0"