Skip to content

Commit bdc8751

Browse files
Version: 0.2.26
1 parent a98d2a6 commit bdc8751

11 files changed

Lines changed: 37 additions & 335 deletions

File tree

htty-core/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htty-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty_core"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.25"
7+
version = "0.2.26"
88
# [[[end]]]
99
edition = "2021"
1010
rust-version = "1.74"

htty-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty_core"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.25"
7+
version = "0.2.26"
88
# [[[end]]]
99
description = "Headless Terminal - Rust binary for terminal automation"
1010
readme = "README.md"

htty-core/src/python/htty_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# import os
1010
# cog.out(f'__version__ = "{os.environ["HTTY_VERSION"]}"')
1111
# ]]]
12-
__version__ = "0.2.25"
12+
__version__ = "0.2.26"
1313
# [[[end]]]

htty-core/src/rust/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ fn parse_args(args: &[String]) -> Result<Cli> {
4848
// import os
4949
// cog.out(f'println!("{os.environ["HTTY_VERSION_INFO_HT"]}");')
5050
// ]]]
51-
println!("ht 0.2.25 (unknown)");
51+
println!("ht 0.2.26 (unknown)");
5252
// [[[end]]]
5353
std::process::exit(0);
5454
}

htty-core/uv.lock

Lines changed: 18 additions & 315 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

htty/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "htty"
44
# import os
55
# cog.out(f'version = "{os.environ["HTTY_VERSION"]}"')
66
# ]]]
7-
version = "0.2.25"
7+
version = "0.2.26"
88
# [[[end]]]
99
description = "Headless Terminal - Python library for terminal automation"
1010
readme = "README.md"
@@ -44,7 +44,7 @@ dependencies = [
4444
# else:
4545
# cog.out(f'"htty-core=={version}",')
4646
# ]]]
47-
"htty-core==0.2.25",
47+
"htty-core==0.2.26",
4848
# [[[end]]]
4949
"ansi2html",
5050
"tenacity>=9.1.2",

htty/src/htty/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
# import os
150150
# cog.out(f'__version__ = "{os.environ["HTTY_VERSION"]}"')
151151
# ]]]
152-
__version__ = "0.2.25"
152+
__version__ = "0.2.26"
153153
# [[[end]]]
154154

155155
__all__ = [

htty/src/htty/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def htty_sync() -> None:
106106
# import os
107107
# cog.out(f'version="{os.environ["HTTY_VERSION_INFO_HTTY"]}",')
108108
# ]]]
109-
version="htty 0.2.25 (unknown)",
109+
version="htty 0.2.26 (unknown)",
110110
# [[[end]]]
111111
)
112112
parser.add_argument(

htty/uv.lock

Lines changed: 9 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)