Release ruma-html 0.2.0
This commit is contained in:
parent
75455d3e0f
commit
2b46250c8b
@ -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" }
|
||||
|
@ -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
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user