Skip to content

Commit

Permalink
Prepare to release 0.3.1
Browse files Browse the repository at this point in the history
No code changes, but nice to get CI badge onto crates.io
  • Loading branch information
nickbrowne committed Mar 27, 2018
1 parent 2eef5a9 commit c49ca13
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1
- Added CI
- Fixed some documentation formatting

## 0.3.0
- Upgrade to latest NanoSVG

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "nsvg"
version = "0.3.0"
authors = ["nickbrowne <nickbrowne@users.noreply.github.com>"]
version = "0.3.1"
authors = ["Nick Browne <nickbrowne@users.noreply.github.com>"]
repository = "https://github.com/nickbrowne/nsvg"
keywords = ["svg", "nanosvg"]
description = "A simple SVG parser and rasterizer using NanoSVG"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Include `nsvg` in your `Cargo.toml` dependencies.

```toml
[dependencies]
nsvg = "0.3.0"
nsvg = "0.3.1"
```

Now you can parse and rasterize SVGs. Use the scale argument to producer larger or smaller rasterised images. The aspect ratio will remain the same.
Expand Down

0 comments on commit c49ca13

Please sign in to comment.