Skip to content

Commit

Permalink
changelog: fix release links
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Aug 4, 2023
1 parent b0f2689 commit 8284c01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Introduced a type-safe `ur::Type` enum and a `ur::Encoder::bytes` shorthand constructor. https://github.com/dspicher/ur-rs/pull/186
- Added `wasm` example. https://github.com/dspicher/ur-rs/pull/191

## [0.3.0] - 2023-01-07
## [0.3.0](https://github.com/dspicher/ur-rs/releases/tag/0.3.0) - 2023-01-07
- Added `ur::ur::decode` to the public API to decode a single `ur` URI. https://github.com/dspicher/ur-rs/pull/112
- Added `ur::ur::encode` and `ur::ur::decode` to the root library path. https://github.com/dspicher/ur-rs/pull/112
- Bumped the Rust edition to 2021. https://github.com/dspicher/ur-rs/pull/113
- Added an enum indicating whether the UR was single- or multip-part to `ur::ur::decode`. https://github.com/dspicher/ur-rs/pull/121
- Migrated from `anyhow` errors to a custom error enum. https://github.com/dspicher/ur-rs/pull/159
- Remove `std::fmt::Display` implementation of `Part`. https://github.com/dspicher/ur-rs/pull/160

## [0.2.0] - 2021-12-08
## [0.2.0](https://github.com/dspicher/ur-rs/releases/tag/0.2.0) - 2021-12-08
- The public API has been greatly restricted
- All public methods and structs are documented and should be much more stable going forward
- Introduced fuzz testing

## [0.1.0] - 2021-08-23
## 0.1.0 - 2021-08-23
- Initial release

0 comments on commit 8284c01

Please sign in to comment.