mirror of https://github.com/nucypher/nucypher.git
parent
e8370513f8
commit
9a99fe7bd3
|
@ -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+))?
|
||||
|
|
|
@ -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 ---------------------------------------------------
|
||||
|
|
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Document usage of hardware wallets for signing.
|
|
@ -1 +0,0 @@
|
|||
Fix bug in deployer logic while transferring ownership of StakingInterfaceRouter
|
|
@ -1 +0,0 @@
|
|||
Improvements to the staking guide: extending description of winddown command, other minor corrections.
|
|
@ -1 +0,0 @@
|
|||
Rework internal solidity compiler usage to implement "Standard JSON Compile".
|
|
@ -1 +0,0 @@
|
|||
Allow arbitrary decimal precision when entering NU amounts to nucypher CLI.
|
|
@ -1 +0,0 @@
|
|||
Introduces `--config-path` and `--logging-path` CLI flags displaying default nucypher directories
|
|
@ -1 +0,0 @@
|
|||
Improve user experience when removing unused substakes (CLI and docs).
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue