Skip to content

Commit a943beb

Browse files
committed
Bump version to 0.2.9
cfg-if has been updated to require 0.1.10, as compilation fails with 0.1.9.
1 parent cc54d13 commit a943beb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ Versioning].
1111

1212
None.
1313

14+
## 0.2.9 [2020-03-13]
15+
16+
### Fixed
17+
18+
`cfg-if` now has a mandatory minimum of 0.1.10, rather than just 0.1. This is
19+
because compilation fails when using 0.1.9.
20+
1421
## 0.2.8 [2020-03-12]
1522

1623
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "time"
3-
version = "0.2.8"
3+
version = "0.2.9"
44
authors = ["Jacob Pratt <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/time-rs/time"

0 commit comments

Comments
 (0)