Skip to content

Commit f2c3934

Browse files
committed
(cargo-release) version 0.1.1
1 parent f7bf915 commit f2c3934

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

4+
## [0.1.1] - 2021-09-10
5+
6+
### Features
7+
8+
- Add missing Hash implementations
9+
410
## [0.1.0] - 2021-09-10
511

612
Initial release, with levels 0 and 1 support. Includes `chrono` integration, a

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.0"
3+
version = "0.1.1"
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.0"
15+
edtf = "0.1.1"
1616
```
1717

1818
### Features:

0 commit comments

Comments
 (0)