Skip to content

Commit 3eaac1d

Browse files
committed
Release 0.3.3.
1 parent ed43e23 commit 3eaac1d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ Released YYYY/MM/DD
3030

3131
# 0.3.2
3232

33+
Released 2021/7/8
34+
35+
## Added
36+
37+
* The builtin `char8_t` type is now recognized #224
38+
39+
## Changed
40+
41+
* `glob` is no longer a build time dependency #220
42+
43+
--------------------------------------------------------------------------------
44+
45+
# 0.3.2
46+
3347
Released 2020/11/27
3448

3549
## Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "Apache-2.0/MIT"
1010
name = "cpp_demangle"
1111
readme = "./README.md"
1212
repository = "https://github.com/gimli-rs/cpp_demangle"
13-
version = "0.3.2"
13+
version = "0.3.3"
1414

1515
[badges]
1616

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Add `cpp_demangle` to your crate's `Cargo.toml`:
3434

3535
```toml
3636
[dependencies]
37-
cpp_demangle = "0.3.2"
37+
cpp_demangle = "0.3.3"
3838
```
3939

4040
And then demangle some C++ symbols!
@@ -64,7 +64,7 @@ Disable the "std" feature, and enable the "alloc" feature:
6464
```tom
6565
[dependencies]
6666
cpp_demangle = {
67-
version = "0.3.2",
67+
version = "0.3.3",
6868
default-features = false,
6969
features = ["alloc"]
7070
}

0 commit comments

Comments
 (0)