We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd6bb91 commit d51d0bcCopy full SHA for d51d0bc
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Upcoming
2
3
+## Added
4
+
5
+## Breaking Changes
6
7
+## Changes
8
9
+# 1.3.10
10
11
## Added
12
* Added Reverse Iterators
13
README.md
@@ -4,7 +4,7 @@ bbolt-rs
bbolt-rs is an implementation of the [etcd-io/bbolt](https://github.com/etcd-io/bbolt) database in Rust.
It successfully reads and commits, but it has some limitations.
-The current version matches Bolt v1.3.9.
+The current version matches Bolt v1.3.10.
I'm rather pleased with my work as I believe the public API I've created has substantially fewer footguns than the Go code has.
* The database can't be dropped until all sessions are dropped.
0 commit comments