This commit is contained in:
Jack Grigg 2024-02-04 22:33:22 +00:00
parent 5511d8cecb
commit e833cd19e4
16 changed files with 28 additions and 18 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to Rust's notion of
to 1.0.0 are beta releases.
## [Unreleased]
## [0.10.0] - 2024-02-04
### Added
- `impl Eq for age_core::format::Stanza`

View file

@ -1,7 +1,7 @@
[package]
name = "age-core"
description = "[BETA] Common functions used across the age crates"
version = "0.9.0"
version = "0.10.0"
authors.workspace = true
repository.workspace = true
readme = "README.md"