Skip to content

Commit

Permalink
Bump version to 0.30.7
Browse files Browse the repository at this point in the history
Summary: As per title.

Test Plan:
  ninja print-version

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D17363
  • Loading branch information
Fabcien committed Dec 17, 2024
1 parent 719ef62 commit 10d026e
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 18 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.6
VERSION 0.30.7
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.6
pkgver=0.30.7
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.6
pkgver=0.30.7
pkgrel=0
pkgdesc="Bitcoin ABC with bitcoind, bitcoin-tx, bitcoin-seeder and bitcoin-cli"
arch=('i686' 'x86_64')
Expand Down
19 changes: 4 additions & 15 deletions doc/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
# Bitcoin ABC 0.30.6 Release Notes
# Bitcoin ABC 0.30.7 Release Notes

Bitcoin ABC version 0.30.6 is now available from:
Bitcoin ABC version 0.30.7 is now available from:

<https://download.bitcoinabc.org/0.30.6/>
<https://download.bitcoinabc.org/0.30.7/>

This release includes the following features and fixes:
- A new `getinfo` RPC has been added to retrieve basic information about the
node.
- A bug only affecting nodes with avalanche disabled has been fixed. This bug
could cause the node to crash under certain circumstances. Avalanche is
enabled by default and disabling the feature is highly discouraged.
- The MacOS release is now built with Chronik support, which can be enabled
with the `-chronik` option just like the other platforms.
- Starting with this version, support for MacOS 10.15 Catalina has been
removed. The release build requires MacOS 11.0 (Big Sur) or above.
- The MacOS .dmg file will no longer be distributed and is replaced by a .zip
archive. To install, just drag the application into the Applications folder.
This is a maintenance release with no user-visible change.
18 changes: 18 additions & 0 deletions doc/release-notes/release-notes-0.30.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Bitcoin ABC 0.30.6 Release Notes

Bitcoin ABC version 0.30.6 is now available from:

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

This release includes the following features and fixes:
- A new `getinfo` RPC has been added to retrieve basic information about the
node.
- A bug only affecting nodes with avalanche disabled has been fixed. This bug
could cause the node to crash under certain circumstances. Avalanche is
enabled by default and disabling the feature is highly discouraged.
- The MacOS release is now built with Chronik support, which can be enabled
with the `-chronik` option just like the other platforms.
- Starting with this version, support for MacOS 10.15 Catalina has been
removed. The release build requires MacOS 11.0 (Big Sur) or above.
- The MacOS .dmg file will no longer be distributed and is replaced by a .zip
archive. To install, just drag the application into the Applications folder.

0 comments on commit 10d026e

Please sign in to comment.