Release ruma-html 0.1.0

This commit is contained in:
Jonas Platte 2023-10-05 17:05:44 +02:00
parent d3f3be0d30
commit b0143702a7
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
# 0.1.0 (unreleased) # [unreleased]
# 0.1.0
Initial release Initial release

View File

@ -3,7 +3,7 @@ name = "ruma-html"
version = "0.1.0" version = "0.1.0"
description = "Opinionated HTML parsing and manipulating." description = "Opinionated HTML parsing and manipulating."
homepage = "https://www.ruma.io/" homepage = "https://www.ruma.io/"
keywords = ["matrix", "chat", "messaging", "ruma", "html", "parser"] keywords = ["matrix", "ruma", "html", "parser"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
repository = "https://github.com/ruma/ruma" repository = "https://github.com/ruma/ruma"