Skip to content

Commit

Permalink
Merge pull request #58 from nucypher/naming-conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-roslaniec authored Jun 6, 2023
2 parents 92e7647 + 6c94ac6 commit 929180a
Show file tree
Hide file tree
Showing 11 changed files with 447 additions and 133 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,27 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.9.0] - Unreleased

### Added

- Re-exported `ferveo` Python and WASM bindings. ([#58])

### Changed

- Replaced opaque types with native `ferveo` types. ([#53])


[#53]: https://github.com/nucypher/nucypher-core/pull/53
[#58]: https://github.com/nucypher/nucypher-core/pull/58


## [0.8.0] - 2023-05-23

### Added

- Add `EncryptedThresholdDecryptionRequest`/`EncryptedThresholdDecryptionResponse` types and bindings. ([#52])`
- Add `EncryptedThresholdDecryptionRequest`/`EncryptedThresholdDecryptionResponse` types and bindings. ([#52])


### Changed
Expand Down
Loading

0 comments on commit 929180a

Please sign in to comment.