Skip to content

Commit

Permalink
Bump version to 0.30.2
Browse files Browse the repository at this point in the history
Summary: And add the appropriated release notes.

Test Plan:
  ninja print-version

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D16893
  • Loading branch information
Fabcien committed Oct 11, 2024
1 parent 0711d0d commit 26ec213
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE
)

project(bitcoin-abc
VERSION 0.30.1
VERSION 0.30.2
DESCRIPTION "Bitcoin ABC is a full node implementation of the eCash protocol."
HOMEPAGE_URL "https://www.bitcoinabc.org"
)
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc-qt/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>

pkgname=bitcoin-abc-qt
pkgver=0.30.1
pkgver=0.30.2
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-cli, bitcoin-tx, bitcoin-seeder and bitcoin-qt"
arch=('i686' 'x86_64')
Expand Down
2 changes: 1 addition & 1 deletion contrib/aur/bitcoin-abc/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Josh Ellithorpe <quest@mac.com>

pkgname=bitcoin-abc
pkgver=0.30.1
pkgver=0.30.2
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
13 changes: 8 additions & 5 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Bitcoin ABC 0.30.1 Release Notes
# Bitcoin ABC 0.30.2 Release Notes

Bitcoin ABC version 0.30.1 is now available from:
Bitcoin ABC version 0.30.2 is now available from:

<https://download.bitcoinabc.org/0.30.1/>
<https://download.bitcoinabc.org/0.30.2/>

This release fixes a bug that could potentially cause a crash of the node.
All node operators should upgrade their node to avoid the issue.
This release fixes a bug introduced in version 0.30.1 that affects nodes running
with Chronik enabled. Under some rare circumstances the bug could cause Chronik
to crash. Only node operators running Chronik (disabled by default) are
affected. If you encountered the issue, please update your node to solve it. No
reindex is required.
8 changes: 8 additions & 0 deletions doc/release-notes/release-notes-0.30.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Bitcoin ABC 0.30.1 Release Notes

Bitcoin ABC version 0.30.1 is now available from:

<https://download.bitcoinabc.org/0.30.1/>

This release fixes a bug that could potentially cause a crash of the node.
All node operators should upgrade their node to avoid the issue.

0 comments on commit 26ec213

Please sign in to comment.