Bump version: 4.1.2 → 4.2.0

pull/2452/head v4.2.0
Kieran Prasch 2020-12-03 17:00:38 -08:00
parent e8370513f8
commit 9a99fe7bd3
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
11 changed files with 33 additions and 10 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 4.1.2
current_version = 4.2.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

View File

@ -46,7 +46,7 @@ author = 'NuCypher'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '4.1.2'
release = '4.2.0'
# -- General configuration ---------------------------------------------------

View File

@ -4,6 +4,36 @@ Releases
.. towncrier release notes start
v4.2.0 (2020-12-03)
-------------------
Features
~~~~~~~~
- Improve user experience when removing unused substakes (CLI and docs). (`#2450 <https://github.com/nucypher/nucypher/issues/2450>`__)
Bugfixes
~~~~~~~~
- Fix bug in deployer logic while transferring ownership of StakingInterfaceRouter (`#2369 <https://github.com/nucypher/nucypher/issues/2369>`__)
- Allow arbitrary decimal precision when entering NU amounts to nucypher CLI. (`#2441 <https://github.com/nucypher/nucypher/issues/2441>`__)
Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~
- Document usage of hardware wallets for signing. (`#2346 <https://github.com/nucypher/nucypher/issues/2346>`__)
- Improvements to the staking guide: extending description of winddown command, other minor corrections. (`#2434 <https://github.com/nucypher/nucypher/issues/2434>`__)
Misc
~~~~
- Rework internal solidity compiler usage to implement "Standard JSON Compile". (`#2439 <https://github.com/nucypher/nucypher/issues/2439>`__)
- Introduces `--config-path` and `--logging-path` CLI flags displaying default nucypher directories (`#2446 <https://github.com/nucypher/nucypher/issues/2446>`__)
v4.1.2 (2020-11-09)
-------------------

View File

@ -1 +0,0 @@
Document usage of hardware wallets for signing.

View File

@ -1 +0,0 @@
Fix bug in deployer logic while transferring ownership of StakingInterfaceRouter

View File

@ -1 +0,0 @@
Improvements to the staking guide: extending description of winddown command, other minor corrections.

View File

@ -1 +0,0 @@
Rework internal solidity compiler usage to implement "Standard JSON Compile".

View File

@ -1 +0,0 @@
Allow arbitrary decimal precision when entering NU amounts to nucypher CLI.

View File

@ -1 +0,0 @@
Introduces `--config-path` and `--logging-path` CLI flags displaying default nucypher directories

View File

@ -1 +0,0 @@
Improve user experience when removing unused substakes (CLI and docs).

View File

@ -31,7 +31,7 @@ __url__ = "https://github.com/nucypher/nucypher"
__summary__ = 'A proxy re-encryption network to empower privacy in decentralized systems.'
__version__ = "4.1.2"
__version__ = "4.2.0"
__author__ = "NuCypher"