v0.1.6: ship 0.1.5's features with the icon fix
Lint / REUSE compliance (push) Successful in 3s
Build and Test / Build and run tests (push) Failing after 1s
Lint / clang-format (push) Failing after 8s
Build and Publish Flatpak / Build Flatpak (push) Failing after 4s
Build and Publish Flatpak / Deploy hosted repo to Pages (push) Skipped

v0.1.5 was tagged but never published: its Flatpak build failed on the
new icon. This release carries the same features (editable stage
history, `kareer history`, auto-ghosting, new icon, Add-form fix) plus
the icon fix. Bump the version, add the 0.1.6 metainfo release, and
update the manifest's pinned tag.

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01BxDf7HqD1xPnsZP8wt3NTk
This commit is contained in:
2026-09-11 17:09:10 -05:00
co-authored by Claude Opus 5
parent ea4a3cc315
commit f304850c7a
3 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
cmake_minimum_required(VERSION 3.16)
project(kareer VERSION 0.1.5 LANGUAGES CXX)
project(kareer VERSION 0.1.6 LANGUAGES CXX)
set(REQUIRED_QT_VERSION 6.6.0)
set(REQUIRED_KF_VERSION 6.5.0)