Skip to content

Commit

Permalink
Bump version for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
TedDriggs committed Nov 28, 2017
1 parent 7d33fc4 commit bd7e38f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.2.1 (November 28, 2017)

- Add `impl FromMetaItem` for integer types [#15](https://github.com/TedDriggs/darling/pull/15)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darling"
version = "0.2.0"
version = "0.2.1"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
documentation = "https://docs.rs/darling/0.2.0"
Expand All @@ -15,8 +15,8 @@ readme = "README.md"
travis-ci = { repository = "TedDriggs/darling" }

[dependencies]
darling_core = { version = "=0.2.0", path = "core" }
darling_macro = { version = "=0.2.0", path = "macro" }
darling_core = { version = "=0.2.1", path = "core" }
darling_macro = { version = "=0.2.1", path = "macro" }

[dev-dependencies]
syn = "0.11.11"
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darling_core"
version = "0.2.0"
version = "0.2.1"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
description = """
Expand Down
4 changes: 2 additions & 2 deletions macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darling_macro"
version = "0.2.0"
version = "0.2.1"
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
repository = "https://github.com/TedDriggs/darling"
description = """
Expand All @@ -12,7 +12,7 @@ license = "MIT"
[dependencies]
quote = "0.3.15"
syn = "0.11.11"
darling_core = { version = "=0.2.0", path = "../core" }
darling_core = { version = "=0.2.1", path = "../core" }

[lib]
proc-macro = true

0 comments on commit bd7e38f

Please sign in to comment.