Skip to content

Commit 5d1bff3

Browse files
chore: release v0.3.1 (#154)
* chore: release v0.3.1 * docs: update changelog * chore: update the version in template --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
1 parent b74db2c commit 5d1bff3

4 files changed

Lines changed: 38 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.3.1 - 2026-06-08
6+
7+
Ratatui 0.30.1 is here! 🎉🐀
8+
See the release notes: https://ratatui.rs/highlights/v0301/
9+
10+
### 🚀 Features
11+
12+
- _(backend)_ Add `CellSized` trait for querying cell dimensions in physical and CSS pixels by @junkdog in [#165](https://github.com/ratatui/ratzilla/pull/165)
13+
- _(webgl2)_ Add `cell_size()` and `set_size()` to `WebGl2Backend` by @junkdog in [#164](https://github.com/ratatui/ratzilla/pull/164)
14+
- _(mouse)_ Enhance mouse events with grid coordinates by @junkdog in [#157](https://github.com/ratatui/ratzilla/pull/157)
15+
- _(webgl2)_ Update to beamterm 0.15.0 and add `disable_auto_css_resize` option by @junkdog in [#155](https://github.com/ratatui/ratzilla/pull/155)
16+
- 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)
17+
18+
### 🐛 Bug Fixes
19+
20+
- _(template)_ Use liquid extension to allow as using as git dependency by @atollk in [#176](https://github.com/ratatui/ratzilla/pull/176)
21+
- _(dom)_ Measure terminal cell size by @junkdog in [#159](https://github.com/ratatui/ratzilla/pull/159)
22+
23+
### 📚 Documentation
24+
25+
- _(readme)_ Update the link to trunk's landing page by @orhun in [#173](https://github.com/ratatui/ratzilla/pull/173)
26+
- _(readme)_ Add kana learning tool website by @benoitlx in [#158](https://github.com/ratatui/ratzilla/pull/158)
27+
- _(backends)_ Update backend comparison and feature matrix by @junkdog in [#153](https://github.com/ratatui/ratzilla/pull/153)
28+
29+
### ⚙️ Miscellaneous Tasks
30+
31+
- _(deps)_ Bump ratatui to 0.30.1 by @orhun in [#181](https://github.com/ratatui/ratzilla/pull/181)
32+
- _(deps)_ Bump to beamterm 1.0.0 by @junkdog in [#169](https://github.com/ratatui/ratzilla/pull/169)
33+
- _(template)_ Bump the dependencies for simple template by @orhun in [#177](https://github.com/ratatui/ratzilla/pull/177)
34+
- _(deps)_ Bump beamterm to 0.17.0 by @junkdog in [#166](https://github.com/ratatui/ratzilla/pull/166)
35+
36+
**Full Changelog**: https://github.com/ratatui/ratzilla/compare/0.3.0...0.3.1
37+
38+
<!-- generated by git-cliff -->
39+
540
## 0.3.0 - 2026-01-23
641

742
Ratzilla is a part of the [@ratatui](https://github.com/ratatui) organization now! 🐭

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ratzilla"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Build terminal-themed web applications with Ratatui and WebAssembly"
55
authors = ["Orhun Parmaksız <orhunparmaksiz@gmail.com>"]
66
license = "MIT OR Apache-2.0"

templates/simple/Cargo.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ edition = "2021"
88
[dependencies]
99
ratatui = { version = "0.30.1", default-features = false }
1010
color-eyre = "0.6.5"
11-
ratzilla = "0.3.0"
11+
ratzilla = "0.3.1"

0 commit comments

Comments
 (0)