Skip to content

Commit caeb6fb

Browse files
committed
Timestamp v0.5.0
Also: fix the repository link and refine the changelog.
1 parent 10c559b commit caeb6fb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
77
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
88
"Semantic Versioning 2.0.0"
99

10-
## [v0.5.0]Unreleased
10+
## [v0.5.0]2024-11-15
1111

1212
### ⚡ Improvements
1313

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

2323
* Removed the `valid::ValidationError` enum.
2424
* Changed the errors returned from the [valid module] from boxed [boon]
25-
errors with lifetimes to [error module] errors with no lifetimes.
25+
errors with lifetimes to [error module] errors with no lifetimes,
26+
eliminating the need for lifetimes on the Validator struct and methods.
27+
28+
### 📚 Documentation
29+
30+
* Fixed the repository link in `Cargo.toml`.
2631

2732
[v0.5.0]: https://github.com/pgxn/meta/compare/v0.4.0...v0.5.0
2833
[error module]: https://docs.rs/pgxn_meta/0.5.0/pgxn_meta/error/

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pgxn_meta"
33
version = "0.4.0"
44
description = "The PGXN distribution metadata specification"
5-
repository = "https://github.com/pgxn/pgxn-meta-spec"
5+
repository = "https://github.com/pgxn/meta"
66
documentation = "https://docs.rs/pgxn_meta/"
77
authors = ["David E. Wheeler <[email protected]>"]
88
readme = "README.md"

0 commit comments

Comments
 (0)