Skip to content

Commit

Permalink
Timestamp v0.5.0
Browse files Browse the repository at this point in the history
Also: fix the repository link and refine the changelog.
  • Loading branch information
theory committed Nov 15, 2024
1 parent 10c559b commit caeb6fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
"Semantic Versioning 2.0.0"

## [v0.5.0]Unreleased
## [v0.5.0]2024-11-15

### ⚡ Improvements

Expand All @@ -22,7 +22,12 @@ All notable changes to this project will be documented in this file. It uses the

* Removed the `valid::ValidationError` enum.
* Changed the errors returned from the [valid module] from boxed [boon]
errors with lifetimes to [error module] errors with no lifetimes.
errors with lifetimes to [error module] errors with no lifetimes,
eliminating the need for lifetimes on the Validator struct and methods.

### 📚 Documentation

* Fixed the repository link in `Cargo.toml`.

[v0.5.0]: https://github.com/pgxn/meta/compare/v0.4.0...v0.5.0
[error module]: https://docs.rs/pgxn_meta/0.5.0/pgxn_meta/error/
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "pgxn_meta"
version = "0.4.0"
description = "The PGXN distribution metadata specification"
repository = "https://github.com/pgxn/pgxn-meta-spec"
repository = "https://github.com/pgxn/meta"
documentation = "https://docs.rs/pgxn_meta/"
authors = ["David E. Wheeler <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit caeb6fb

Please sign in to comment.