File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
24
## [ 0.1.1] - 2021-09-10
5
25
6
26
### Features
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " edtf"
3
- version = " 0.1.2-alpha .0"
3
+ version = " 0.2 .0"
4
4
authors = [
" Cormac Relf <[email protected] >" ]
5
5
edition = " 2018"
6
6
description = " EDTF parser"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module level documentation.
12
12
13
13
``` toml
14
14
[dependencies ]
15
- edtf = " 0.1.1 "
15
+ edtf = " 0.2.0 "
16
16
```
17
17
18
18
### Features:
You can’t perform that action at this time.
0 commit comments