Skip to content

Commit 5aba8b1

Browse files
committed
Bumped versions to 0.2.6, updated changelog
1 parent 0e8a9bf commit 5aba8b1

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ This is the changelog,summarising changes in each version(some minor changes may
22

33
# 0.2
44

5+
### 0.2.6
6+
7+
Made the macros in `const_format` usable when the crate is renamed.
8+
9+
Added a `#[cdeb(crate = "foo")]` helper attribute to
10+
pass the path to `const_format` to `ConstDebug`, useful when reexporting the derive macro.
11+
512
### 0.2.5
613

714
Added the "assert" cargo feature,

const_format/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const_format"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
55
edition = "2018"
66
license = "Zlib"
@@ -34,7 +34,7 @@ only_new_tests = ["testing"]
3434
all = ["fmt", "derive", "constant_time_as_str", "assert"]
3535

3636
[dependencies.const_format_proc_macros]
37-
version = "=0.2.5"
37+
version = "=0.2.6"
3838
path = "../const_format_proc_macros"
3939

4040
[dev-dependencies]

const_format_proc_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "const_format_proc_macros"
3-
version = "0.2.5"
3+
version = "0.2.6"
44
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
55
edition = "2018"
66
license = "Zlib"

0 commit comments

Comments
 (0)