Skip to content

Commit 18203b9

Browse files
authored
Release 2.6.0 (#104)
1 parent 59549dd commit 18203b9

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

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.4-git"
3+
version = "0.3.4"
44
authors = ["Julien Cretin <[email protected]>"]
55
license = "MIT"
66
edition = "2021"
@@ -16,5 +16,5 @@ name = "data-encoding"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
data-encoding = { version = "2.6.0-git", path = "../lib" }
19+
data-encoding = { version = "2.6.0", path = "../lib" }
2020
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.6.0-git
3+
## 2.6.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.6.0-git"
3+
version = "2.6.0"
44
authors = ["Julien Cretin <[email protected]>"]
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.15-git"
3+
version = "0.1.15"
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.6.0-git", path = "..", default-features = false }
18-
data-encoding-macro-internal = { version = "0.1.13-git", path = "internal" }
17+
data-encoding = { version = "2.6.0", path = "..", default-features = false }
18+
data-encoding-macro-internal = { version = "0.1.13", 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.13-git"
3+
version = "0.1.13"
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.6.0-git"
17+
version = "2.6.0"
1818
path = "../.."
1919
default-features = false
2020
features = ["alloc"]

0 commit comments

Comments
 (0)