Skip to content

Commit 5b911a1

Browse files
committed
(cargo-release) version 0.2.0
1 parent fbe5342 commit 5b911a1

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.2.0] - 2021-10-05
5+
6+
### Documentation
7+
8+
- Move sorting code to a new module
9+
- Reorder impls on L1 Date and Edtf
10+
- Remove as_matcher example from README
11+
12+
### Features
13+
14+
- Add optional serde interop
15+
- Edtf::sort_order(_start, _end)
16+
- Some PartialOrd/Ord implementations
17+
- New methods to access date components that may be absent or `XX` (unspecified) as `Option<Component>`
18+
19+
### Refactor
20+
21+
- Merge IntervalFromOpen/IntervalFromUnknown (also To)
22+
- Remove entire as_matcher API
23+
424
## [0.1.1] - 2021-09-10
525

626
### Features

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "edtf"
3-
version = "0.1.2-alpha.0"
3+
version = "0.2.0"
44
authors = ["Cormac Relf <[email protected]>"]
55
edition = "2018"
66
description = "EDTF parser"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module level documentation.
1212

1313
```toml
1414
[dependencies]
15-
edtf = "0.1.1"
15+
edtf = "0.2.0"
1616
```
1717

1818
### Features:

0 commit comments

Comments
 (0)