Skip to content

Commit

Permalink
updates prepping for a v2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mjc-gh committed Jan 4, 2024
1 parent 314fdaa commit b65c64f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
*Version 2.0.0*

- Dependency updates from
[@seanlinsley](https://github.com/seanlinsley). This package now uses
more modern cryptographic crates from the
[@RustCrypto](https://github.com/RustCrypto).

*Version 1.1.0*

- The `Encryptor` type is now a trait which is implemented by the
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 = "message_verifier"
version = "1.1.0"
version = "2.0.0"
edition = "2021"
description = "Rust Message Verifier library compatible with Rails' MessageVerifier and MessageEncryptor"
repository = "https://github.com/mikeycgto/message_verifier"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# message_verifier
# message_verifier

[![rev-lines](https://github.com/mjc-gh/message_verifier/actions/workflows/actions.yml/badge.svg)](https://github.com/mjc-gh/message_verifier/actions/workflows/actions.yml)
![Crates.io Version](https://img.shields.io/crates/v/message_verifier)
Expand Down

0 comments on commit b65c64f

Please sign in to comment.