Skip to content

Commit

Permalink
chore: update deps and release v0.3.0 (#138)
Browse files Browse the repository at this point in the history
* chore: update deps and release v0.3.0

* fmt
  • Loading branch information
lwshang authored Oct 11, 2022
1 parent 0f25b61 commit 679c29b
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 94 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.3.0] - 2022-10-11

### Added
- `neuron-manage register-vote`. (#132)
- Range voting. (#136)
### Changed
- All command parameters have been moved to the end of the command. E.g. instead of `quill --pem-file $PEM <subcommand>`, it is now `quill <subcommand> --pem-file $PEM`.
- All command parameters have been moved to the end of the command. (#126)

### Fixed
- `quill generate` arg. (#131)

## [0.2.17] - 2022-07-13

Expand Down
Loading

0 comments on commit 679c29b

Please sign in to comment.