mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
v0.7.0
This commit is contained in:
parent
3e5c7fa85d
commit
4c79db3fe0
12 changed files with 24 additions and 16 deletions
|
@ -9,6 +9,8 @@ and this project adheres to Rust's notion of
|
|||
to 1.0.0 are beta releases.
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.0] - 2021-10-18
|
||||
### Changed
|
||||
- MSRV is now 1.51.0.
|
||||
- `age_plugin::Callbacks` methods now return `age_core::plugin::Error` instead
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "age-plugin"
|
||||
description = "[BETA] API for writing age plugins."
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["Jack Grigg <thestr4d@gmail.com>"]
|
||||
repository = "https://github.com/str4d/rage"
|
||||
readme = "README.md"
|
||||
|
@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
|
|||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
age-core = { version = "0.6.0", path = "../age-core", features = ["plugin"] }
|
||||
age-core = { version = "0.7.0", path = "../age-core", features = ["plugin"] }
|
||||
bech32 = "0.8"
|
||||
chrono = "0.4"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue