Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rw3r committed Dec 19, 2015
1 parent ecb3c67 commit 2c4469c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.1] - 2015-12-20

### Changes

* `buffer::GrowingBuffer` and `buffer::data_source::ReadDataSource` now derive `Debug`.
* Rustdoc for public items previously lacking any documentation.

## [0.2.0] - 2015-12-16

### 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.2.0"
version = "0.2.1"
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 @@ -19,7 +19,7 @@ Add the following line to the dependencies section of your `Cargo.toml`:

```toml
[dependencies]
chomp = "0.2.0"
chomp = "0.2.1"
```

##Usage
Expand Down

0 comments on commit 2c4469c

Please sign in to comment.