Skip to content

Commit

Permalink
Update version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael A. Plikk committed Sep 12, 2019
1 parent a21d8bf commit 6c6189f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sgf-parser"
version = "2.0.0"
version = "2.1.0"
authors = ["Michael A. Plikk <michael@plikk.com>"]
edition = "2018"
license = "MIT"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ A [SGF](https://www.red-bean.com/sgf/index.html) Parser for Rust. Supports all S

Using `pest` for the actual parsing part.

# Development

Code quality is ensured by running both `cargo clippy` and `cargo fmt` on each commit.

All code should also be unit tested.

# Example usage
```rust
use sgf_parser::*;
Expand Down

0 comments on commit 6c6189f

Please sign in to comment.