Skip to content

Commit

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

## [0.1.1] - 2021-09-10

### Features

- Add missing Hash implementations

## [0.1.0] - 2021-09-10

Initial release, with levels 0 and 1 support. Includes `chrono` integration, a
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.0"
version = "0.1.1"
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.0"
edtf = "0.1.1"
```

### Features:
Expand Down

0 comments on commit f2c3934

Please sign in to comment.