Release 0.1.4

This commit is contained in:
auggie2lbcf
2026-05-04 13:02:41 -05:00
parent a6ffb7c5cc
commit a151270c64
3 changed files with 4 additions and 2 deletions
Generated
+1 -1
View File
@@ -436,7 +436,7 @@ dependencies = [
[[package]] [[package]]
name = "tui2" name = "tui2"
version = "0.1.3" version = "0.1.4"
dependencies = [ dependencies = [
"crossterm", "crossterm",
"ratatui", "ratatui",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "tui2" name = "tui2"
version = "0.1.3" version = "0.1.4"
edition = "2024" edition = "2024"
authors = ["Austin"] authors = ["Austin"]
description = "A terminal UI launcher for terminal UI apps" description = "A terminal UI launcher for terminal UI apps"
+2
View File
@@ -7,6 +7,8 @@ members = ["cargo:."]
cargo-dist-version = "0.31.0" cargo-dist-version = "0.31.0"
# CI backends to support # CI backends to support
ci = "github" ci = "github"
# Generated CI is intentionally patched to use npm Trusted Publishing (OIDC).
allow-dirty = ["ci"]
# The installers to generate for each app # The installers to generate for each app
installers = ["shell", "powershell", "npm", "homebrew"] installers = ["shell", "powershell", "npm", "homebrew"]
# A namespace to use when publishing this package to the npm registry # A namespace to use when publishing this package to the npm registry