Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Commit

Permalink
Updated CHANGELOG (#308)
Browse files Browse the repository at this point in the history
* Updated CHANGELOG

* Updated dependencies

* Updated resolutions

* Updated lint

* Fixed blockinfo

* Fixed cosign command

* Fixed multisig announcement (tested against testnet)

* Fixed search commands

* Fixed

* Fix linter

* Updated CHANGELOG link

* Updated README
  • Loading branch information
dgarcia360 committed Jul 14, 2020
1 parent 8da61f7 commit 77e164c
Show file tree
Hide file tree
Showing 18 changed files with 110 additions and 492 deletions.
41 changes: 28 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,33 @@ All notable changes to this project will be documented in this file.

The changelog format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [0.20.2] - 08-Jun-2020
## [0.21.1] - 13-Jul-2020

**Milestone**: RC7 0.9.5.1
**Milestone**: 0.9.6.3

### Fixed
### Added

- ``transaction --mode`` property to announce transactions in batches
- ``transaction mosaic`` command does not require hash lock transaction
- Standard console.log format #276
- ``transaction search`` command.
- ``block search`` command.
- ``mosaic search`` command.
- ``block info`` returns block hash.

### Changed

- ``symbol-sdk`` dependency to 0.20.6
- ``block header`` command renamed to ``block info``.

### Removed

- ``account transactions`` command.
- ``account unconfirmed`` command.
- ``account aggregatebonded`` command.
- ``account incoming`` command.
- ``account outgoing`` command.

## [0.20.1] - 27-May-2020

**Milestone**: RC7 0.9.5.1
**Milestone**: 0.9.5.1

### Added

Expand All @@ -40,7 +54,7 @@ The changelog format is based on [Keep a Changelog](https://keepachangelog.com/e
:warning: 0.19.x breaks compatibility with the ``profiles`` (public key derivation) saved using previous versions of the software
Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbolrc.json``

**Milestone**: RC5 0.9.4.1
**Milestone**: 0.9.4.1

### Added

Expand All @@ -59,7 +73,7 @@ Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbol

## [0.18.4] - 25-Mar-2020

**Milestone**: RC4 0.9.3.1
**Milestone**: 0.9.3.1

### Added

Expand All @@ -75,7 +89,7 @@ Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbol

## [0.18.3] - 18-Mar-2020

**Milestone**: RC4 0.9.3.1
**Milestone**: 0.9.3.1

### Added

Expand All @@ -95,7 +109,7 @@ Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbol

## [0.18.2] - 06-Mar-2020

**Milestone**: RC4 0.9.3.1
**Milestone**: 0.9.3.1

### Changed

Expand All @@ -112,7 +126,7 @@ Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbol
Private keys have now a new public key and address associated.
Before installing ``symbol-cli@0.18.1``, backup and delete the file ``~ \.nem2rc.json``.

**Milestone**: RC4 0.9.3.1
**Milestone**: 0.9.3.1

## Added

Expand All @@ -127,7 +141,7 @@ Before installing ``symbol-cli@0.18.1``, backup and delete the file ``~ \.nem2r

## [0.17.1] - 31-Jan-2020

**Milestone**: RC3 0.9.2.1
**Milestone**: 0.9.2.1

### Changed

Expand Down Expand Up @@ -350,6 +364,7 @@ Before installing ``symbol-cli@0.16.0``, backup and delete the file ``~ \.nem2r

- Initial code release.

[0.21.1]: https://github.com/nemtech/symbol-cli/compare/v0.20.1...v0.21.1
[0.20.1]: https://github.com/nemtech/symbol-cli/compare/v0.19.2...v0.20.1
[0.19.2]: https://github.com/nemtech/symbol-cli/compare/v0.18.3...v0.19.2
[0.18.4]: https://github.com/nemtech/symbol-cli/compare/v0.18.3...v0.18.4
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ Command Line Interface (CLI) to interact with Symbol.

## Important Notes

- [0.20.x](CHANGELOG.md#0201-27-May-2020) - **RC7 0.9.5.1 Milestone**
- [0.19.x](CHANGELOG.md#0181-19-Feb-2020)
- [0.21.x](CHANGELOG.md#0211-31-Jul-2020) - **0.9.6.3 Milestone**
- [0.20.x](CHANGELOG.md#0201-27-May-2020) - **0.9.5.1 Milestone**

0.19.x breaks compatibility with the ``profiles`` (public key derivation) saved using previous versions of the software.
Before installing ``symbol-cli@0.19.x``, backup and delete the file ``~ \.symbolrc.json``.
0.21.x breaks compatibility with the ``profiles`` (address format) saved using previous versions of the software.
Before installing ``symbol-cli@0.21.x``, backup and delete the file ``~ \.symbolrc.json``.

Find the complete release notes [here](CHANGELOG.md).

Expand Down
Loading

0 comments on commit 77e164c

Please sign in to comment.