Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vlopes11 committed Jul 29, 2021
1 parent 8a62ce1 commit a432f18
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 18 deletions.
65 changes: 50 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,52 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2021-07-27

### Changed

- Update dusk-poseidon to `v0.22` [#94](https://github.com/dusk-network/phoenix-core/issues/94)
- Update dusk-pki to `v0.8` [#94](https://github.com/dusk-network/phoenix-core/issues/94)
- Update dusk-poseidon to `v0.22` [#94]
- Update dusk-pki to `v0.8` [#94]

## [0.12.0] - 2021-07-05

### Added

- Add `dusk-bytes::BadLength` impl for crate Error [#88](https://github.com/dusk-network/phoenix-core/issues/88)
- Add `From<Error>` impl for `dusk-bytes::Error` [#92](https://github.com/dusk-network/phoenix-core/issues/92)
- Add `dusk-bytes::BadLength` impl for crate Error [#88]
- Add `From<Error>` impl for `dusk-bytes::Error` [#92]

### Changed

- Change `JubJubScalar` for `BlsScalar` for all `nonce` attributes. [#84](https://github.com/dusk-network/phoenix-core/issues/84)
- Change `JubJubScalar` for `BlsScalar` for all `nonce` attributes. [#84]

## [0.11.0] - 2021-06-09

### Added

- Add rust-toolchain file set to nightly-2021-06-06 [#85](https://github.com/dusk-network/phoenix-core/issues/85)
- Add rust-toolchain file set to nightly-2021-06-06 [#85]

### Changed
- Change CI rules to get toolchain from file [#86](https://github.com/dusk-network/phoenix-core/issues/86)
- Change `Crossover` to use all attributes as hash inputs [#69](https://github.com/dusk-network/phoenix-core/issues/69)
- Change `Message` to use all attributes as hash inputs [#69](https://github.com/dusk-network/phoenix-core/issues/69)
- Update `canonical` from `v0.5` to `v0.6` [#72](https://github.com/dusk-network/phoenix-core/issues/72)
- Change note position to reference [#76](https://github.com/dusk-network/phoenix-core/issues/76)
- Change `rand_core` to not use default features [#80](https://github.com/dusk-network/phoenix-core/issues/80)
- Change CI rules to get toolchain from file [#86]
- Change `Crossover` to use all attributes as hash inputs [#69]
- Change `Message` to use all attributes as hash inputs [#69]
- Update `canonical` from `v0.5` to `v0.6` [#72]
- Change note position to reference [#76]
- Change `rand_core` to not use default features [#80]

## [0.10.0] - 2021-04-06

### Changed

- Update dusk-poseidon to `v0.20` [#67](https://github.com/dusk-network/phoenix-core/issues/67)
- Update dusk-poseidon to `v0.20` [#67]

## [0.9.1] - 2021-02-11

### Changed

- Update dusk-pki to `v0.6` [#61](https://github.com/dusk-network/phoenix-core/issues/63)
- Update dusk-pki to `v0.6` [#61]

## [0.9.0] - 2021-02-11

### Changed

- Update dusk-poseidon to `v0.18` [#61](https://github.com/dusk-network/phoenix-core/issues/61)
- Update dusk-poseidon to `v0.18` [#61]

## [0.8.0] - 2021-02-11

Expand Down Expand Up @@ -133,3 +136,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- No-Std compatibility.
- Removal of anyhow error implementation.
- Canonical implementation shielded by feature.

[#94]: https://github.com/dusk-network/phoenix-core/issues/94
[#92]: https://github.com/dusk-network/phoenix-core/issues/92
[#88]: https://github.com/dusk-network/phoenix-core/issues/88
[#86]: https://github.com/dusk-network/phoenix-core/issues/86
[#85]: https://github.com/dusk-network/phoenix-core/issues/85
[#84]: https://github.com/dusk-network/phoenix-core/issues/84
[#80]: https://github.com/dusk-network/phoenix-core/issues/80
[#76]: https://github.com/dusk-network/phoenix-core/issues/76
[#72]: https://github.com/dusk-network/phoenix-core/issues/72
[#69]: https://github.com/dusk-network/phoenix-core/issues/69
[#67]: https://github.com/dusk-network/phoenix-core/issues/67
[#61]: https://github.com/dusk-network/phoenix-core/issues/61
[unreleased]: https://github.com/dusk-network/phoenix-core/compare/v0.11.0...HEAD
[0.12.0]: https://github.com/dusk-network/phoenix-core/compare/v0.11.0...v0.12.0
[0.11.0]: https://github.com/dusk-network/phoenix-core/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/dusk-network/phoenix-core/compare/v0.9.1...v0.10.0
[0.9.1]: https://github.com/dusk-network/phoenix-core/compare/v0.9.0...v0.9.1
[0.9.0]: https://github.com/dusk-network/phoenix-core/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/dusk-network/phoenix-core/compare/v0.7.4...v0.8.0
[0.7.4]: https://github.com/dusk-network/phoenix-core/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/dusk-network/phoenix-core/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/dusk-network/phoenix-core/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/dusk-network/phoenix-core/compare/v0.7.0...v0.7.1
[0.7.0]: https://github.com/dusk-network/phoenix-core/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/dusk-network/phoenix-core/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/dusk-network/phoenix-core/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/dusk-network/phoenix-core/compare/v0.3.1...v0.5.0
[0.3.1]: https://github.com/dusk-network/phoenix-core/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/dusk-network/phoenix-core/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/dusk-network/phoenix-core/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/dusk-network/phoenix-core/releases/tag/v0.1.0
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phoenix-core"
version = "0.13.0-rc.0"
version = "0.13.0"
authors = ["zer0 <[email protected]>", "Victor Lopez <[email protected]"]
edition = "2018"
repository = "https://github.com/dusk-network/phoenix-core"
Expand All @@ -13,8 +13,8 @@ rand_core = { version = "0.6", default-features = false }
dusk-bytes = "0.1"
dusk-bls12_381 = { version = "0.8", default-features = false }
dusk-jubjub = { version = "0.10", default-features = false }
dusk-poseidon = { version = "0.22.0-rc", default-features = false }
dusk-pki = { version = "0.8.0-rc", default-features = false }
dusk-poseidon = { version = "0.22", default-features = false }
dusk-pki = { version = "0.8", default-features = false }
canonical = { version = "0.6", optional = true }
canonical_derive = { version = "0.6", optional = true }

Expand Down

0 comments on commit a432f18

Please sign in to comment.