File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## [ Unreleased]
8+
9+ ## [ 1.3.0] - 2017-12-12
810* Add ` DB.NextSequence() ` method to generate monotonically increasing integer
911 sequences.
1012* Add ` DB.Size() ` method to return the size of LSM and value log files.
@@ -30,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3032## [ 1.0.1] - 2017-11-06
3133* Fix an uint16 overflow when resizing key slice
3234
33- [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.2.0...HEAD
35+ [ Unreleased ] : https://github.com/dgraph-io/badger/compare/v1.3.0...HEAD
36+ [ 1.3.0 ] : https://github.com/dgraph-io/badger/compare/v1.2.0...v1.3.0
3437[ 1.2.0 ] : https://github.com/dgraph-io/badger/compare/v1.1.1...v1.2.0
3538[ 1.1.1 ] : https://github.com/dgraph-io/badger/compare/v1.1.0...v1.1.1
3639[ 1.1.0 ] : https://github.com/dgraph-io/badger/compare/v1.0.1...v1.1.0
You can’t perform that action at this time.
0 commit comments