Skip to content

Commit bd7e38f

Browse files
committed
Bump version for publishing
1 parent 7d33fc4 commit bd7e38f

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## v0.2.1 (November 28, 2017)
44

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "darling"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
55
repository = "https://github.com/TedDriggs/darling"
66
documentation = "https://docs.rs/darling/0.2.0"
@@ -15,8 +15,8 @@ readme = "README.md"
1515
travis-ci = { repository = "TedDriggs/darling" }
1616

1717
[dependencies]
18-
darling_core = { version = "=0.2.0", path = "core" }
19-
darling_macro = { version = "=0.2.0", path = "macro" }
18+
darling_core = { version = "=0.2.1", path = "core" }
19+
darling_macro = { version = "=0.2.1", path = "macro" }
2020

2121
[dev-dependencies]
2222
syn = "0.11.11"

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "darling_core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
55
repository = "https://github.com/TedDriggs/darling"
66
description = """

macro/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "darling_macro"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Ted Driggs <ted.driggs@outlook.com>"]
55
repository = "https://github.com/TedDriggs/darling"
66
description = """
@@ -12,7 +12,7 @@ license = "MIT"
1212
[dependencies]
1313
quote = "0.3.15"
1414
syn = "0.11.11"
15-
darling_core = { version = "=0.2.0", path = "../core" }
15+
darling_core = { version = "=0.2.1", path = "../core" }
1616

1717
[lib]
1818
proc-macro = true

0 commit comments

Comments
 (0)