From 5a9242b53f3a4122e1031f9326d8ba8b9f31e2b9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Thu, 25 Jun 2026 16:48:48 +0300 Subject: [PATCH] build: tag 0.3.0 Signed-off-by: NotAShelf Change-Id: I7f2d0a6b969fe08ef53d1262cceb48956a6a6964 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 749647b..2d80f2f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -31,7 +31,7 @@ checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" [[package]] name = "beer" -version = "0.2.0" +version = "0.3.0" dependencies = [ "anyhow", "calloop", diff --git a/Cargo.toml b/Cargo.toml index 2d7c2b1..e7201d8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "beer" -version = "0.2.0" +version = "0.3.0" edition = "2024" rust-version = "1.95.0" description = "A fast, software-rendered, Wayland-native terminal emulator"