From 232557034e4748a70206d95e4f6f2eca4353f391 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 19:43:46 +0000 Subject: [PATCH] chore: release v0.3.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a608781..3e99609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,26 @@ All notable changes to this project will be documented in this file. +## 0.3.1 - 2026-02-10 + +### 🚀 Features + +- Update beamterm to 0.13.0 and add option for using dynamic_font_atlas by @0xferrous in [#144](https://github.com/ratatui/ratzilla/pull/144) + +### 🐛 Bug Fixes + +- *(dom)* Measure terminal cell size by @junkdog in [#159](https://github.com/ratatui/ratzilla/pull/159) + +### 📚 Documentation + +- *(readme)* Add kana learning tool website by @benoitlx in [#158](https://github.com/ratatui/ratzilla/pull/158) +- *(backends)* Update backend comparison and feature matrix by @junkdog in [#153](https://github.com/ratatui/ratzilla/pull/153) + + +**Full Changelog**: https://github.com/ratatui/ratzilla/compare/0.3.0...0.3.1 + + + ## 0.3.0 - 2026-01-23 Ratzilla is a part of the [@ratatui](https://github.com/ratatui) organization now! 🐭 diff --git a/Cargo.lock b/Cargo.lock index 58f11a2..cbec4ad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -561,7 +561,7 @@ dependencies = [ [[package]] name = "ratzilla" -version = "0.3.0" +version = "0.3.1" dependencies = [ "beamterm-renderer", "bitvec", diff --git a/Cargo.toml b/Cargo.toml index a2bc536..41de151 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ratzilla" -version = "0.3.0" +version = "0.3.1" description = "Build terminal-themed web applications with Ratatui and WebAssembly" authors = ["Orhun Parmaksız "] license = "MIT OR Apache-2.0"