From 161d7f706a38355b835cc5f5c81428bedbee4faf Mon Sep 17 00:00:00 2001 From: devitway Date: Tue, 24 Feb 2026 17:09:55 +0000 Subject: [PATCH] chore: bump version to 0.2.24 --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 073d1d3..2ec9356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to NORA will be documented in this file. --- -## [Unreleased] +## [0.2.24] - 2026-02-24 ### Added / Добавлено - `install.sh` installer script live at — `curl -fsSL https://getnora.io/install.sh | sh` diff --git a/Cargo.toml b/Cargo.toml index 9168ef5..96e8b98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.23" +version = "0.2.24" edition = "2021" license = "MIT" authors = ["DevITWay "]