chore: release version 0.12.5

This commit is contained in:
alexandre pasmantier 2025-07-18 02:35:03 +02:00
parent c4bcba211a
commit c533c41540
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

@ -1982,7 +1982,7 @@ dependencies = [
[[package]] [[package]]
name = "television" name = "television"
version = "0.12.4" version = "0.12.5"
dependencies = [ dependencies = [
"ansi-to-tui", "ansi-to-tui",
"anyhow", "anyhow",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "television" name = "television"
version = "0.12.4" version = "0.12.5"
edition = "2024" edition = "2024"
description = "Cross-platform, fast and extensible general purpose fuzzy finder TUI." description = "Cross-platform, fast and extensible general purpose fuzzy finder TUI."
license = "MIT" license = "MIT"

View File

@ -1,6 +1,6 @@
.ie \n(.g .ds Aq \(aq .ie \n(.g .ds Aq \(aq
.el .ds Aq ' .el .ds Aq '
.TH television 1 "television 0.12.4" .TH television 1 "television 0.12.5"
.SH NAME .SH NAME
television \- Cross\-platform, fast and extensible general purpose fuzzy finder TUI. television \- Cross\-platform, fast and extensible general purpose fuzzy finder TUI.
.SH SYNOPSIS .SH SYNOPSIS
@ -365,6 +365,6 @@ Downloads the latest collection of default channel prototypes from github and sa
television\-help(1) television\-help(1)
Print this message or the help of the given subcommand(s) Print this message or the help of the given subcommand(s)
.SH VERSION .SH VERSION
v0.12.4 v0.12.5
.SH AUTHORS .SH AUTHORS
Alexandre Pasmantier <alex.pasmant@gmail.com> Alexandre Pasmantier <alex.pasmant@gmail.com>