Skip to content

Commit 6426cec

Browse files
committed
Release 0.2.1
1 parent 2e952b2 commit 6426cec

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
1010

1111
## [Unreleased]
1212

13+
## [0.2.1] - 2021-04-06
14+
15+
- [Apply `doc(cfg(...))` on feature gated APIs.](https://github.com/taiki-e/easytime/pull/23)
16+
1317
## [0.2.0] - 2021-01-03
1418

1519
- [Add `Duration::{as_secs_f64, as_secs_f32, from_secs_f64, from_secs_f32, mul_f64, mul_f32, div_f64, div_f32}` methods.](https://github.com/taiki-e/easytime/pull/21)
@@ -47,7 +51,8 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
4751

4852
Initial release
4953

50-
[Unreleased]: https://github.com/taiki-e/easytime/compare/v0.2.0...HEAD
54+
[Unreleased]: https://github.com/taiki-e/easytime/compare/v0.2.1...HEAD
55+
[0.2.1]: https://github.com/taiki-e/easytime/compare/v0.2.0...v0.2.1
5156
[0.2.0]: https://github.com/taiki-e/easytime/compare/v0.1.2...v0.2.0
5257
[0.1.2]: https://github.com/taiki-e/easytime/compare/v0.1.1...v0.1.2
5358
[0.1.1]: https://github.com/taiki-e/easytime/compare/v0.1.0...v0.1.1

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "easytime"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Taiki Endo <te316e89@gmail.com>"]
55
edition = "2018"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)