Skip to content

Commit

Permalink
0.24.0
Browse files Browse the repository at this point in the history
- [[#183](#183)]
  - Update to rust-protobuf 2.17
- [[#193](#193)]
  - Relax rust-protobuf dependency requirement. This should allow downstream consumers more freedom in what rust-protobuf version they are using.
- [[#196](#196)]
  - Add group encrypt benchmarks
- Various non-breaking dependency updates
  • Loading branch information
clintfred committed Dec 17, 2020
1 parent 4bf4ee9 commit ed949d3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Changelog

## 0.24 (Unreleased)
## Unreleased
-

## 0.24.0
- [[#183](https://github.com/IronCoreLabs/ironoxide/pull/183)]
- Update to rust-protobuf 2.17. Any downstream consumers that also use rust-protobuf will also need to update.
- Lots of non-breaking dependency updates. (TODO List PRs here)
- Update to rust-protobuf 2.17
- [[#193](https://github.com/IronCoreLabs/ironoxide/pull/193)]
- Relax rust-protobuf dependency requirement. This should allow downstream consumers more freedom in what rust-protobuf version they are using.
- [[#196](https://github.com/IronCoreLabs/ironoxide/pull/196)]
- Add group encrypt benchmarks
- Various non-breaking dependency updates


## 0.23.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ironoxide"
version = "0.23.1"
version = "0.24.0"
authors = [ "IronCore Labs <[email protected]>" ]
readme = "README.md"
license = "AGPL-3.0-only"
Expand Down

0 comments on commit ed949d3

Please sign in to comment.