aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc62de5..8b1cf93 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# html5tokenizer changelog
-### [unreleased]
+### v0.5.1 - 2023-09-03
#### Features
diff --git a/Cargo.toml b/Cargo.toml
index b1d5016..a15ea19 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,7 +15,7 @@ keywords = ["html", "html5", "whatwg", "parser", "tokenizer"]
categories = ["parser-implementations", "web-programming"]
license = "MIT"
repository = "https://git.push-f.com/html5tokenizer"
-version = "0.5.0"
+version = "0.5.1"
include = ["src/**/*", "examples/", "LICENSE", "README.md"]
[[example]]