Skip to content

Commit

Permalink
(cargo-release) version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cormacrelf committed Oct 5, 2021
1 parent fbe5342 commit 5b911a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.2.0] - 2021-10-05

### Documentation

- Move sorting code to a new module
- Reorder impls on L1 Date and Edtf
- Remove as_matcher example from README

### Features

- Add optional serde interop
- Edtf::sort_order(_start, _end)
- Some PartialOrd/Ord implementations
- New methods to access date components that may be absent or `XX` (unspecified) as `Option<Component>`

### Refactor

- Merge IntervalFromOpen/IntervalFromUnknown (also To)
- Remove entire as_matcher API

## [0.1.1] - 2021-09-10

### Features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edtf"
version = "0.1.2-alpha.0"
version = "0.2.0"
authors = ["Cormac Relf <web@cormacrelf.net>"]
edition = "2018"
description = "EDTF parser"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module level documentation.

```toml
[dependencies]
edtf = "0.1.1"
edtf = "0.2.0"
```

### Features:
Expand Down

0 comments on commit 5b911a1

Please sign in to comment.