From 95241675c6ff20f1a3939f1c899d047bc6a78587 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 20 Feb 2024 16:34:30 -0800 Subject: [PATCH] docs: Update changelog. --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3148de..b7a3975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.9.1 + +#### 🚀 Updates + +- Updated our regex to support Perl syntax like `\d`. + ## 0.9.0 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 4509685..746587a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2466,7 +2466,7 @@ dependencies = [ [[package]] name = "schema_plugin" -version = "0.9.0" +version = "0.9.1" dependencies = [ "extism-pdk", "proto_pdk", diff --git a/Cargo.toml b/Cargo.toml index 62dcdfa..b6737ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "schema_plugin" -version = "0.9.0" +version = "0.9.1" edition = "2021" license = "MIT" publish = false