Skip to content

Commit

Permalink
chore: bump to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
yvt committed Dec 19, 2021
1 parent c0ebb13 commit bc4de4c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.3.7] - 2021-12-19

### Added

- `SingletonTokenId: `[`ConstDefault`](https://docs.rs/const-default/1.0.0/const_default/trait.ConstDefault.html) if the `const-default_1` Cargo feature is enabled
Expand Down Expand Up @@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## 0.1.6 - 20xx-xx-xx

[Unreleased]: https://github.com/yvt/tokenlock/compare/0.3.6...HEAD
[Unreleased]: https://github.com/yvt/tokenlock/compare/0.3.7...HEAD
[0.3.7]: https://github.com/yvt/tokenlock/compare/0.3.6...0.3.7
[0.3.6]: https://github.com/yvt/tokenlock/compare/0.3.5...0.3.6
[0.3.5]: https://github.com/yvt/tokenlock/compare/0.3.4...0.3.5
[0.3.4]: https://github.com/yvt/tokenlock/compare/0.3.3...0.3.4
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 = "tokenlock"
version = "0.3.6"
version = "0.3.7"
authors = ["yvt <[email protected]>"]
license = "MIT/Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit bc4de4c

Please sign in to comment.