Skip to content

Commit 284f846

Browse files
authored
Release 2.8.0 (#134)
1 parent b6f9f3b commit 284f846

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

bin/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 0.3.6-git
3+
## 0.3.6
44

55
### Patch
66

bin/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-bin"
3-
version = "0.3.6-git"
3+
version = "0.3.6"
44
authors = ["Julien Cretin <[email protected]>"]
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.8.0-git", path = "../lib" }
20+
data-encoding = { version = "2.8.0", path = "../lib" }
2121
getopts = "0.2"

lib/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.8.0-git
3+
## 2.8.0
44

55
### Minor
66

lib/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding"
3-
version = "2.8.0-git"
3+
version = "2.8.0"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "MIT"
66
edition = "2018"

lib/macro/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-macro"
3-
version = "0.1.17-git"
3+
version = "0.1.17"
44
authors = ["Julien Cretin <[email protected]>"]
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.8.0-git", path = "..", default-features = false }
18-
data-encoding-macro-internal = { version = "0.1.15-git", path = "internal" }
17+
data-encoding = { version = "2.8.0", path = "..", default-features = false }
18+
data-encoding-macro-internal = { version = "0.1.15", path = "internal" }

lib/macro/internal/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "data-encoding-macro-internal"
3-
version = "0.1.15-git"
3+
version = "0.1.15"
44
authors = ["Julien Cretin <[email protected]>"]
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.8.0-git"
17+
version = "2.8.0"
1818
path = "../.."
1919
default-features = false
2020
features = ["alloc"]

0 commit comments

Comments
 (0)