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"