Release ruma-html 0.2.0

This commit is contained in:
Kévin Commaille 2024-05-09 12:31:49 +02:00
parent 75455d3e0f
commit 2b46250c8b
No known key found for this signature in database
GPG Key ID: 0C971D9DBC9D678D
3 changed files with 4 additions and 2 deletions

View File

@ -22,7 +22,7 @@ ruma-client = { version = "0.12.0", path = "crates/ruma-client" }
ruma-client-api = { version = "0.17.4", path = "crates/ruma-client-api" }
ruma-events = { version = "0.27.11", path = "crates/ruma-events" }
ruma-federation-api = { version = "0.8.0", path = "crates/ruma-federation-api" }
ruma-html = { version = "0.1.0", path = "crates/ruma-html" }
ruma-html = { version = "0.2.0", path = "crates/ruma-html" }
ruma-identifiers-validation = { version = "0.9.5", path = "crates/ruma-identifiers-validation" }
ruma-identity-service-api = { version = "0.8.0", path = "crates/ruma-identity-service-api" }
ruma-macros = { version = "=0.13.0", path = "crates/ruma-macros" }

View File

@ -1,5 +1,7 @@
# [unreleased]
# 0.2.0
Breaking Changes:
- Do not export `Node` in the public API, it is not usable on its own and it is

View File

@ -1,6 +1,6 @@
[package]
name = "ruma-html"
version = "0.1.0"
version = "0.2.0"
description = "Opinionated HTML parsing and manipulating."
homepage = "https://ruma.dev/"
keywords = ["matrix", "ruma", "html", "parser"]