From d6a581f17427294966e333cc13f71ab829382b35 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 03:03:35 -0400 Subject: [PATCH] chore(main): release 0.9.0 (#29) :robot: I have created a release *beep* *boop* --- ## [0.9.0](https://github.com/izyuumi/html2md-rs/compare/v0.8.2...v0.9.0) (2024-06-21) ### Features * custom configuration for how to render md ([2fd820a](https://github.com/izyuumi/html2md-rs/commit/2fd820af919e466f7ae9d2c16edfb0a4d67bb7d7)), closes [#28](https://github.com/izyuumi/html2md-rs/issues/28) ### Bug Fixes * fix cargo clippy issues ([32b5a9c](https://github.com/izyuumi/html2md-rs/commit/32b5a9c83e21a578ad5024531c08be6bc3f1258d)) --- 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 | 12 ++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce4edb0..711395d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.9.0](https://github.com/izyuumi/html2md-rs/compare/v0.8.2...v0.9.0) (2024-06-21) + + +### Features + +* custom configuration for how to render md ([2fd820a](https://github.com/izyuumi/html2md-rs/commit/2fd820af919e466f7ae9d2c16edfb0a4d67bb7d7)), closes [#28](https://github.com/izyuumi/html2md-rs/issues/28) + + +### Bug Fixes + +* fix cargo clippy issues ([32b5a9c](https://github.com/izyuumi/html2md-rs/commit/32b5a9c83e21a578ad5024531c08be6bc3f1258d)) + ## [0.8.2](https://github.com/izyuumi/html2md-rs/compare/v0.8.1...v0.8.2) (2024-04-26) diff --git a/Cargo.lock b/Cargo.lock index e5594d2..49f48d3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "html2md-rs" -version = "0.8.2" +version = "0.9.0" diff --git a/Cargo.toml b/Cargo.toml index edabb59..055e586 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "html2md-rs" -version = "0.8.2" +version = "0.9.0" edition = "2021" authors = ["Yumi Izumi "] description = "Convert HTML to Markdown"