Skip to content

Commit 0cbd251

Browse files
committedNov 14, 2024
Release v0.3.0.
1 parent 40c878c commit 0cbd251

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "wildcard"
33
description = "Wildcard matching"
4-
version = "0.2.1-pre"
4+
version = "0.3.0"
55
authors = ["Diogo Sousa <dsousa@cloudflare.com>"]
66

77
edition = "2021"

‎release-notes.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release notes
22

3+
## 0.3.0
4+
5+
* `wildcard` is now `no_std`.
6+
* Implement `Debug` for `Wildcard`.
7+
38
## 0.2.0
49

510
* Support arbitrary alphabets. We now support `char` matching.

0 commit comments

Comments
 (0)
Please sign in to comment.