Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rw3r committed Sep 1, 2016
1 parent 044b4ce commit 9758ca7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.3.0] - 2016-09-01

### Added

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 = "chomp"
version = "0.3.0+master"
version = "0.3.0"
authors = ["Martin Wernstål <m4rw3r@gmail.com>"]
description = "A fast monadic-style parser combinator designed to work on stable Rust."
documentation = "http://m4rw3r.github.io/chomp"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Add the following line to the dependencies section of your `Cargo.toml`:

```toml
[dependencies]
chomp = "0.2.6"
chomp = "0.3.0"
```

##Usage
Expand Down

0 comments on commit 9758ca7

Please sign in to comment.