Update version
This commit is contained in:
parent
bfdbe971f9
commit
9cc1950d94
3 changed files with 5 additions and 2 deletions
|
@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.2.0.0]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Adds `uri` CLI command to send funds using a [ZIP-321](https://zips.z.cash/zip-0321) URI
|
- Adds `uri` CLI command to send funds using a [ZIP-321](https://zips.z.cash/zip-0321) URI
|
||||||
- Adds `sendWithUri` function to support [ZIP-321 URIs](https://zips.z.cash/zip-0321)
|
- Adds `sendWithUri` function to support [ZIP-321 URIs](https://zips.z.cash/zip-0321)
|
||||||
|
- Adds option to include reply-to address in `send` command
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: zenith
|
name: zenith
|
||||||
version: 0.1.0.0
|
version: 0.2.0.0
|
||||||
github: "pitmutt/zenit"
|
github: "pitmutt/zenit"
|
||||||
license: MIT
|
license: MIT
|
||||||
author: "Rene Vergara"
|
author: "Rene Vergara"
|
||||||
|
|
|
@ -5,7 +5,7 @@ cabal-version: 1.12
|
||||||
-- see: https://github.com/sol/hpack
|
-- see: https://github.com/sol/hpack
|
||||||
|
|
||||||
name: zenith
|
name: zenith
|
||||||
version: 0.1.0.0
|
version: 0.2.0.0
|
||||||
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenit#readme>
|
description: Please see the README on GitLab at <https://gitlab.com/pitmutt/zenit#readme>
|
||||||
homepage: https://github.com/pitmutt/zenit#readme
|
homepage: https://github.com/pitmutt/zenit#readme
|
||||||
bug-reports: https://github.com/pitmutt/zenit/issues
|
bug-reports: https://github.com/pitmutt/zenit/issues
|
||||||
|
|
Loading…
Reference in a new issue