From 330b802d5fb6dbdfd9b7f12de6e5d5acb31ed560 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sat, 19 Aug 2023 13:54:45 +0200 Subject: chore: bump version to 0.5.0 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 002e9f0..ff05431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,15 +7,15 @@ similar-asserts = "1.4.2" [package] name = "html5tokenizer" -authors = ["Markus Unterwaditzer ", "Martin Fischer "] +authors = ["Martin Fischer ", "Markus Unterwaditzer "] description = "An HTML5 tokenizer with code span support." edition = "2018" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" repository = "https://git.push-f.com/html5tokenizer" -version = "0.4.0" -include = ["src/**/*", "LICENSE", "README.md"] +version = "0.5.0" +include = ["src/**/*", "examples/", "LICENSE", "README.md"] [[example]] name = "tokenize" -- cgit v1.2.3