Bump version to 0.1.1
All checks were successful
Release App / release-app (push) Successful in 58s

This commit is contained in:
2026-04-24 15:18:10 +03:00
parent 53094ec472
commit 522704ff3d
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.21) 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 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON) set(CMAKE_CXX_STANDARD_REQUIRED ON)

View File

@@ -1,5 +1,5 @@
pkgname=shinoa-bin pkgname=shinoa-bin
pkgver=0.1.0 pkgver=0.1.1
pkgrel=1 pkgrel=1
pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib' pkgdesc='Minimal Telegram terminal client built with ncurses and bundled TDLib'
arch=('x86_64') arch=('x86_64')

View File

@@ -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), 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 which downloads a prebuilt TDLib bundle from the `shinoa-tdlib` repository using a pinned
version tag such as `v1.8.63`, builds a 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 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 `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. `TELEGRAM_API_HASH`. Release builds are configured to fail if those secrets are missing.