Skip to content

Commit

Permalink
chore(main): release 0.9.0 (#29)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.9.0](v0.8.2...v0.9.0)
(2024-06-21)


### Features

* custom configuration for how to render md
([2fd820a](2fd820a)),
closes [#28](#28)


### Bug Fixes

* fix cargo clippy issues
([32b5a9c](32b5a9c))

---
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>
  • Loading branch information
github-actions[bot] authored Jun 21, 2024
1 parent 32b5a9c commit d6a581f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html2md-rs"
version = "0.8.2"
version = "0.9.0"
edition = "2021"
authors = ["Yumi Izumi <[email protected]>"]
description = "Convert HTML to Markdown"
Expand Down

0 comments on commit d6a581f

Please sign in to comment.