Skip to content

Commit

Permalink
ur: prepare release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Jan 7, 2023
1 parent f7016f8 commit b22be96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
- Added `ur::ur::decode` to the public API to decode a single `ur` URI.
- Added `ur::ur::encode` and `ur::ur::decode` to the root library path.
- Bumped the Rust edition to 2021. #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

## [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
- 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
- Initial release
- Initial release
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ members = ["fuzz"]
name = "ur"
description = "A Rust implementation of Uniform Resources"
license = "MIT"
version = "0.2.0"
version = "0.3.0"
authors = ["Dominik Spicher <[email protected]>"]
edition = "2021"
repository = "https://github.com/dspicher/ur-rs/"
Expand Down

0 comments on commit b22be96

Please sign in to comment.