We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c878c commit 0cbd251Copy full SHA for 0cbd251
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "wildcard"
3
description = "Wildcard matching"
4
-version = "0.2.1-pre"
+version = "0.3.0"
5
authors = ["Diogo Sousa <dsousa@cloudflare.com>"]
6
7
edition = "2021"
release-notes.md
@@ -1,5 +1,10 @@
# Release notes
+## 0.3.0
+
+* `wildcard` is now `no_std`.
+* Implement `Debug` for `Wildcard`.
8
## 0.2.0
9
10
* Support arbitrary alphabets. We now support `char` matching.
0 commit comments