From 522704ff3db460a44cd7cb51aa7da0820f8f0db5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 24 Apr 2026 15:18:10 +0300 Subject: [PATCH] Bump version to 0.1.1 --- CMakeLists.txt | 2 +- PKGBUILD | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 259c2e4..5ad3fd8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) -project(shinoa VERSION 0.1.0 LANGUAGES CXX) +project(shinoa VERSION 0.1.1 LANGUAGES CXX) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) diff --git a/PKGBUILD b/PKGBUILD index 537c563..439369b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=shinoa-bin -pkgver=0.1.0 +pkgver=0.1.1 pkgrel=1 pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib' arch=('x86_64') diff --git a/README.md b/README.md index e12c810..a7dc2c9 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ It also refreshes a `latest/tdlib-latest.json` manifest with the newest publishe The repository also includes [`.gitea/workflows/release-app.yaml`](.gitea/workflows/release-app.yaml), which downloads a prebuilt TDLib bundle from the `shinoa-tdlib` repository using a pinned version tag such as `v1.8.63`, builds a -versioned app release tag such as `v0.1.0`, and publishes an archive containing `usr/bin/shinoa` plus the +versioned app release tag such as `v0.1.1`, and publishes an archive containing `usr/bin/shinoa` plus the bundled `usr/lib/libtdjson.so*`. The root `PKGBUILD` installs that prebuilt release as `shinoa-bin`. The package disables debug splitting with `options=(!debug)`. That workflow expects Gitea secrets named `TELEGRAM_API_ID` and `TELEGRAM_API_HASH`. Release builds are configured to fail if those secrets are missing.