Skip to content

Commit 538d2e6

Browse files
committed
Bump version to 0.2.8
1 parent ec27bba commit 538d2e6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Versioning].
99

1010
## Unreleased
1111

12+
None.
13+
14+
## 0.2.8 [2020-03-12]
15+
1216
### Added
1317

1418
- `cargo_web` support has been added for getting a local offset. A general
@@ -18,6 +22,7 @@ Versioning].
1822
`OffsetDateTime::try_now_local()` provide fallible alternatives when the
1923
default of UTC is not desired. To facilitate this change,
2024
`IndeterminateOffsetError` has been added.
25+
- Support for parsing and formatting subsecond nanoseconds.
2126

2227
### Changed
2328

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.7"
3+
version = "0.2.8"
44
authors = ["Jacob Pratt <[email protected]>"]
55
edition = "2018"
66
repository = "https://github.com/time-rs/time"

0 commit comments

Comments
 (0)