Skip to content

Commit

Permalink
Releases v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Tpt committed Mar 27, 2022
1 parent c4ecf68 commit e55d533
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2] - 2022-03-27

### Added
- `Iri` and `IriRef` now implement Serde `Serialize` and `Deserialize` traits if the `serde` crate is present.
The serialization is a plain string.


## [0.2.1] - 2021-01-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oxiri"
version = "0.2.1"
version = "0.2.2"
authors = ["Tpt <[email protected]>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit e55d533

Please sign in to comment.