From cac729851b84f7ca2d1df7f64dd77608a6b73f7d Mon Sep 17 00:00:00 2001 From: Jer Miller Date: Wed, 17 Jun 2026 19:32:55 -0600 Subject: [PATCH] release: 0.4.1 Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- src/solstone_linux/__init__.py | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d859f1..ed3d416 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to solstone-linux are documented here. The format is based on Keep a Changelog (https://keepachangelog.com/), and this project adheres to Semantic Versioning. +## [0.4.1] - 2026-06-17 + +### Added +- you can now check which version you're running. `solstone-linux --version` prints it, so when you're following along with the release notes or asking for help, you know exactly what you have. + ## [0.4.0] - 2026-06-17 ### Added diff --git a/pyproject.toml b/pyproject.toml index 29d0998..537879e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "solstone-linux" -version = "0.4.0" +version = "0.4.1" description = "Standalone Linux desktop observer for solstone" readme = "README.md" license = "AGPL-3.0-only" diff --git a/src/solstone_linux/__init__.py b/src/solstone_linux/__init__.py index 74a31ea..1747406 100644 --- a/src/solstone_linux/__init__.py +++ b/src/solstone_linux/__init__.py @@ -3,4 +3,4 @@ """Standalone Linux desktop observer for solstone.""" -__version__ = "0.4.0" +__version__ = "0.4.1" -- 2.51.2