Skip to content

Commit d51d0bc

Browse files
abaxterabaxter
authored andcommitted
Updated to docs to 1.3.10
1 parent cd6bb91 commit d51d0bc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Upcoming
22

3+
## Added
4+
5+
## Breaking Changes
6+
7+
## Changes
8+
9+
# 1.3.10
10+
311
## Added
412
* Added Reverse Iterators
513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bbolt-rs
44
bbolt-rs is an implementation of the [etcd-io/bbolt](https://github.com/etcd-io/bbolt) database in Rust.
55
It successfully reads and commits, but it has some limitations.
66

7-
The current version matches Bolt v1.3.9.
7+
The current version matches Bolt v1.3.10.
88

99
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.
1010
* The database can't be dropped until all sessions are dropped.

0 commit comments

Comments
 (0)