Skip to content

Commit

Permalink
prepare release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dspicher committed Oct 16, 2023
1 parent 8798ba7 commit 2c6672e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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

## [0.4.1](https://github.com/dspicher/ur-rs/releases/tag/0.4.1) - 2023-10-16
- Take a reference to custom UR type identifiers

## [0.4.0](https://github.com/dspicher/ur-rs/releases/tag/0.4.0) - 2023-08-04
Expand Down
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 = ["examples/wasm", "fuzz"]
name = "ur"
description = "A Rust implementation of Uniform Resources"
license = "MIT"
version = "0.4.0"
version = "0.4.1"
authors = ["Dominik Spicher <dominikspicher@gmail.com>"]
edition = "2021"
repository = "https://github.com/dspicher/ur-rs/"
Expand Down

0 comments on commit 2c6672e

Please sign in to comment.