Skip to content

Commit

Permalink
Prepare to release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbrowne committed Dec 6, 2017
1 parent 8e98330 commit 5326162
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.3.0
- Upgrade to latest NanoSVG

## 0.2.1
- Fixed some documentation and examples

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "nsvg"
version = "0.2.1"
version = "0.3.0"
authors = ["nickbrowne <nickbrowne@users.noreply.github.com>"]
repository = "https://github.com/nickbrowne/nsvg"
keywords = ["svg"]
keywords = ["svg", "nanosvg"]
description = "A simple SVG parser and rasterizer using NanoSVG"
license = "Zlib/MIT"
readme = "README.md"
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.2.1"
nsvg = "0.3.0"
```

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 5326162

Please sign in to comment.