From 6ee988ea0164769c18ba415c2eb8ca7f21af4cc2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:55:17 -0400 Subject: [PATCH] chore(main): release 0.10.0 (#33) :robot: I have created a release *beep* *boop* --- ## [0.10.0](https://github.com/izyuumi/html2md-rs/compare/v0.9.2...v0.10.0) (2024-10-16) ### Features * create AttributeValues::from() ([30b8ed5](https://github.com/izyuumi/html2md-rs/commit/30b8ed55064bbd4d3492f009a862a50200274240)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84ce501..fb65935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.10.0](https://github.com/izyuumi/html2md-rs/compare/v0.9.2...v0.10.0) (2024-10-16) + + +### Features + +* create AttributeValues::from() ([30b8ed5](https://github.com/izyuumi/html2md-rs/commit/30b8ed55064bbd4d3492f009a862a50200274240)) + ## [0.9.2](https://github.com/izyuumi/html2md-rs/compare/v0.9.1...v0.9.2) (2024-09-19) diff --git a/Cargo.lock b/Cargo.lock index 0008a01..79a68c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "html2md-rs" -version = "0.9.2" +version = "0.10.0" diff --git a/Cargo.toml b/Cargo.toml index 346fbe3..ed8c3b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2md-rs" -version = "0.9.2" +version = "0.10.0" edition = "2021" authors = ["Yumi Izumi "] description = "Convert HTML to Markdown"