Skip to content

Commit

Permalink
version 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Canop committed Sep 12, 2023
1 parent a3cb087 commit 019daa3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<a name="v3.0.2"></a>
### v3.0.2 - 2023-09-12
- replace macros now accept a mut closure as replacer - Fix #27

<a name="v3.0.1"></a>
### v3.0.1 - 2023-07-28
- syn dependency updated to 2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lazy-regex"
version = "3.0.1"
version = "3.0.2"
authors = ["Canop <cano.petrole@gmail.com>"]
edition = "2021"
description = "lazy static regular expressions checked at compile time"
Expand Down

0 comments on commit 019daa3

Please sign in to comment.