Skip to content

Commit a22931a

Browse files
authored
Release 2.7.0 (#123)
1 parent 8d41781 commit a22931a

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bin/CHANGELOG.md

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

3-
## 0.3.5-git
3+
## 0.3.5
44

55
### Minor
66

bin/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-bin"
3-
version = "0.3.5-git"
3+
version = "0.3.5"
44
authors = ["Julien Cretin <git@ia0.eu>"]
55
license = "MIT"
66
edition = "2021"
@@ -17,5 +17,5 @@ name = "data-encoding"
1717
path = "src/main.rs"
1818

1919
[dependencies]
20-
data-encoding = { version = "2.7.0-git", path = "../lib" }
20+
data-encoding = { version = "2.7.0", path = "../lib" }
2121
getopts = "0.2"

lib/CHANGELOG.md

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

3-
## 2.7.0-git
3+
## 2.7.0
44

55
### Minor
66

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding"
3-
version = "2.7.0-git"
3+
version = "2.7.0"
44
authors = ["Julien Cretin <git@ia0.eu>"]
55
license = "MIT"
66
edition = "2018"

lib/macro/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-macro"
3-
version = "0.1.16-git"
3+
version = "0.1.16"
44
authors = ["Julien Cretin <cretin@google.com>"]
55
license = "MIT"
66
edition = "2018"
@@ -14,5 +14,5 @@ description = "Macros for data-encoding"
1414
include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]
1515

1616
[dependencies]
17-
data-encoding = { version = "2.7.0-git", path = "..", default-features = false }
18-
data-encoding-macro-internal = { version = "0.1.14-git", path = "internal" }
17+
data-encoding = { version = "2.7.0", path = "..", default-features = false }
18+
data-encoding-macro-internal = { version = "0.1.14", path = "internal" }

lib/macro/internal/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-macro-internal"
3-
version = "0.1.14-git"
3+
version = "0.1.14"
44
authors = ["Julien Cretin <cretin@google.com>"]
55
license = "MIT"
66
edition = "2018"
@@ -14,7 +14,7 @@ include = ["Cargo.toml", "LICENSE", "README.md", "src/lib.rs"]
1414
proc-macro = true
1515

1616
[dependencies.data-encoding]
17-
version = "2.7.0-git"
17+
version = "2.7.0"
1818
path = "../.."
1919
default-features = false
2020
features = ["alloc"]

0 commit comments

Comments
 (0)