Skip to content

Commit

Permalink
build: prep for iri v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstonskj committed Oct 2, 2024
1 parent a0e0d25 commit 12bcde4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rdftk_iri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rdftk_iri"
version = "0.2.3"
version = "0.2.4"
authors = ["Simon Johnston <[email protected]>"]
edition = "2021"
description = "This crate provides an implementation of the IRI and URI specifications."
Expand Down
6 changes: 5 additions & 1 deletion rdftk_iri/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,17 @@ assert_eq!(

## Changes

### Version 0.2.4

* Refactor: move the `QName` type into this package from core.

### Version 0.2.3

* Feature: added `From<&Name>` for `String`.

### Version 0.2.2

* Feat: added new `Name` structure (and `NameParseError`) to validate the name
* Feature: added new `Name` structure (and `NameParseError`) to validate the name
component of an IRI representing a namespaced-name.
* Added type `NameParser` to encapsulate different name rules.
* Added type `NameParseError` for errors generated by name parsers.
Expand Down

0 comments on commit 12bcde4

Please sign in to comment.