Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.14.0 #178

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Release v0.14.0 #178

merged 2 commits into from
Aug 9, 2024

Conversation

alesforz
Copy link
Contributor

@alesforz alesforz commented Aug 9, 2024

This PR creates release v0.14.0 of cometbft-db.

This release reinstates boltdb and cleveldb as deprecated backend types, but marks them as deprecated.

@alesforz alesforz added the release Pull requests that facilitate cutting a release label Aug 9, 2024
@alesforz alesforz self-assigned this Aug 9, 2024
@alesforz alesforz requested a review from a team as a code owner August 9, 2024 15:39
Copy link
Contributor

@andynog andynog left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alesforz looks good to me, minor comments/suggestions

.changelog/v0.14.0/summary.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
## v0.13.0

*Aug 2, 2024*

This release:
- changes the contract of the Iterator Key() and Value() APIs: the caller
is now responsible for creating a copy of their returned value if they want to modify it.
- bumps the Go version to 1.22.5 (from 1.22). Go 1.22.5 does not introduce new language
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we did bump go to 1.22.5 right ? if so, we need to keep this here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes we did

Co-authored-by: Andy Nogueira <me@andynogueira.dev>
@alesforz alesforz added this pull request to the merge queue Aug 9, 2024
Merged via the queue into main with commit 4d1c572 Aug 9, 2024
7 checks passed
@alesforz alesforz deleted the release/v0.14.0 branch August 9, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release Pull requests that facilitate cutting a release
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants