Skip to content

Commit 0e6efdd

Browse files
M. J. FrombergerValarDragon
M. J. Fromberger
andauthored
Prepare a new compatibility release v0.6.6. (#203)
Revert the breaking API and package structure changes on master, and prepare to tag a new release compatible with the previous v0.6.4 so that normal upgrades with go get will function correctly. The API changes in tag v0.6.5 have been preserved in the new package-reorg branch, so that any existing dependents will continue to work. Other changes since v0.6.4, including config file changes and CI updates, are maintained on the trunk. This also folds in the merge commit from #187. Co-authored-by: Dev Ojha <[email protected]>
1 parent 8f92601 commit 0e6efdd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+837
-897
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
# Output of the go coverage tool, specifically when used with LiteIDE
1212
*.out
1313

14-
.idea
14+
.idea
15+
vendor/*

CHANGELOG.md

+18-8
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
# Changelog
22

3-
## 0.6.5
3+
## 0.6.6
44

5-
**2021-08-04**
5+
**2021-11-08**
6+
7+
**Important note:** Version v0.6.5 was accidentally tagged and should be
8+
avoided. This version is identical to v0.6.4 in package structure and API, but
9+
has updated the version marker so that normal `go get` upgrades will not
10+
require modifying existing use of v0.6.4.
611

7-
### Breaking changes (Go API)
12+
### Version bumps (since v0.6.4)
813

9-
- [metadb] [\#151](https://github.com/tendermint/tm-db/pull/151) split backends into packages and add metadb (@marbar3778, @mvdan)
14+
- Bump grpc from to 1.42.0.
15+
- Bump dgraph/badger to v2 2.2007.3.
16+
- Bump go.etcd.io/bbolt to 1.3.6.
1017

11-
### Version bumps
18+
## 0.6.5
19+
20+
**2021-08-04**
1221

13-
- Bump dgraph/badger to v2.
14-
- Bump go.etcd.io/bbolt from 1.3.5 to 1.3.6.
15-
- Bump grpc from 1.35.0 to 1.38.0.
22+
**Important note**: This version was tagged by accident, and should not be
23+
used. The tag now points to the [package-reorg
24+
branch](https://github.com/tendermint/tm-db/tree/package-reorg) so that
25+
any existing dependencies should not break.
1626

1727
## 0.6.4
1828

0 commit comments

Comments
 (0)