Skip to content

Commit ff07334

Browse files
committed
chore: bump to 0.3.6
1 parent 81de565 commit ff07334

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [0.3.6] - 2021-12-19
11+
1012
### Added
1113

1214
- `const-default_1` Cargo feature, which enables the implementation of [`ConstDefault`](https://docs.rs/const-default/1.0.0/const_default/trait.ConstDefault.html) from [`const-default ^1`](https://crates.io/crates/const-default/1.0.0).
@@ -76,7 +78,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7678

7779
## 0.1.6 - 20xx-xx-xx
7880

79-
[Unreleased]: https://github.com/yvt/tokenlock/compare/0.3.5...HEAD
81+
[Unreleased]: https://github.com/yvt/tokenlock/compare/0.3.6...HEAD
82+
[0.3.6]: https://github.com/yvt/tokenlock/compare/0.3.5...0.3.6
8083
[0.3.5]: https://github.com/yvt/tokenlock/compare/0.3.4...0.3.5
8184
[0.3.4]: https://github.com/yvt/tokenlock/compare/0.3.3...0.3.4
8285
[0.3.3]: https://github.com/yvt/tokenlock/compare/0.3.2...0.3.3

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tokenlock"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
authors = ["yvt <i@yvt.jp>"]
55
license = "MIT/Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)