Skip to content

Commit

Permalink
ur: prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Dec 8, 2021
1 parent 6c99093 commit 5b39262
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ All notable changes to this project will be documented in this file.
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).

## [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
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "ur"
description = "A Rust implementation of Uniform Resources"
license = "MIT"
version = "0.1.0"
version = "0.2.0"
authors = ["Dominik Spicher <[email protected]>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following useful building blocks are also part of the public API:
Add `ur` to the dependencies of your `Cargo.toml`:
```toml
[dependencies]
ur = "0.1"
ur = "0.2"
```

## Examples
Expand Down

0 comments on commit 5b39262

Please sign in to comment.