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
3 changed files with 4 additions and 2 deletions

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"]