Skip to content

Commit b1ca8f6

Browse files
committed
Release 0.3.4.
1 parent a4ff4cb commit b1ca8f6

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,18 @@ Released YYYY/MM/DD
2828

2929
--------------------------------------------------------------------------------
3030

31-
# 0.3.2
31+
# 0.3.4
32+
33+
Released 2021/11/21
34+
35+
## Added
36+
37+
* `DemangleOptions` now has a `hide_expression_literal_types` method that
38+
can make it easier to match user-provided template instance names. #230
39+
40+
--------------------------------------------------------------------------------
41+
42+
# 0.3.3
3243

3344
Released 2021/7/8
3445

Cargo.toml

+1-1
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.3"
13+
version = "0.3.4"
1414

1515
[badges]
1616

0 commit comments

Comments
 (0)