From 8a1adbeaef996901158601b30715ea0ec5a4a40a Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 3 Sep 2023 23:35:23 +0200 Subject: chore: bump version to 0.5.1 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 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]] -- cgit v1.2.3