Skip to content

Commit

Permalink
Bump to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Aug 24, 2017
1 parent 6e61466 commit 37f666a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

### 0.2.0

- Works with `gtk = "0.2.0"`
- Regenerated API (`HandleExt` trait introduced)

### 0.1.3

- Initial commit
- Works with `gtk = "0.1.3"`
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rsvg"
version = "0.1.3"
version = "0.2.0"
authors = ["selaux"]
description = "Rust bindings for the Rsvg library"
repository = "https://github.com/selaux/rsvg-rs"
Expand Down Expand Up @@ -30,5 +30,5 @@ version = "0.2.0"
features = ["png"]

[dependencies.rsvg-sys]
path = "./rsvg-sys"
version = "0.3.4"
# path = "./rsvg-sys"
version = "0.4.0"
2 changes: 1 addition & 1 deletion rsvg-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ license = "MIT"
links = "rsvg"
name = "rsvg-sys"
repository = "https://github.com/selaux/rsvg-rs"
version = "0.3.4"
version = "0.4.0"

0 comments on commit 37f666a

Please sign in to comment.