This commit is contained in:
Jack Grigg 2022-10-27 02:28:43 +00:00
parent 9d33fbb931
commit ec025bea2a
12 changed files with 25 additions and 18 deletions

View file

@ -9,8 +9,11 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
## [0.4.0] - 2022-10-27
### Changed
- MSRV is now 1.59.0.
- Migrated to `age-core 0.9`.
## [0.3.0] - 2022-05-02
### Added

View file

@ -1,7 +1,7 @@
[package]
name = "age-plugin"
description = "[BETA] API for writing age plugins."
version = "0.3.0"
version = "0.4.0"
authors = ["Jack Grigg <thestr4d@gmail.com>"]
repository = "https://github.com/str4d/rage"
readme = "README.md"
@ -10,7 +10,7 @@ edition = "2021"
rust-version = "1.59"
[dependencies]
age-core = { version = "0.8.0", path = "../age-core", features = ["plugin"] }
age-core = { version = "0.9.0", path = "../age-core", features = ["plugin"] }
base64 = "0.13"
bech32 = "0.9"
chrono = "0.4"