Skip to content

Commit 253a065

Browse files
GuillaumeGomezUrgau
authored andcommitted
Update CHANGELOG and crate version to 0.0.2
1 parent 4a79ce3 commit 253a065

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.0.2
2+
3+
- Add new `rustc-dep-of-std` feature to allow building `libproc-macro`
4+
15
# 0.0.1
26

37
- Add `EscapeError`, `MixedUnit` and `Mode` enums

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustc-literal-escaper"
3-
version = "0.0.1"
3+
version = "0.0.2"
44
edition = "2021"
55
description = "Provides code to unescape string literals"
66
license = "Apache-2.0 OR MIT"

0 commit comments

Comments
 (0)