File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ All notable changes to this project will be documented in this file. It uses the
7
7
[ Semantic Versioning ] : https://semver.org/spec/v2.0.0.html
8
8
"Semantic Versioning 2.0.0"
9
9
10
- ## [ v0.5.0] — Unreleased
10
+ ## [ v0.5.0] — 2024-11-15
11
11
12
12
### ⚡ Improvements
13
13
@@ -22,7 +22,12 @@ All notable changes to this project will be documented in this file. It uses the
22
22
23
23
* Removed the ` valid::ValidationError ` enum.
24
24
* 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 ` .
26
31
27
32
[ v0.5.0 ] : https://github.com/pgxn/meta/compare/v0.4.0...v0.5.0
28
33
[ error module ] : https://docs.rs/pgxn_meta/0.5.0/pgxn_meta/error/
Original file line number Diff line number Diff line change 2
2
name = " pgxn_meta"
3
3
version = " 0.4.0"
4
4
description = " The PGXN distribution metadata specification"
5
- repository = " https://github.com/pgxn/pgxn- meta-spec "
5
+ repository = " https://github.com/pgxn/meta"
6
6
documentation = " https://docs.rs/pgxn_meta/"
7
7
authors = [
" David E. Wheeler <[email protected] >" ]
8
8
readme = " README.md"
You can’t perform that action at this time.
0 commit comments