Skip to content

Commit bc0f588

Browse files
committed
bump version to v0.6.0
1 parent 306ffc7 commit bc0f588

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

demo.tape

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ Set FontSize 16
7777
Set Width 1280
7878
Set Height 720
7979

80-
# Should first run `nix run ./result/bin/generate-doc-test-data`.
80+
# Should first run `nix run ./nix/systemd-units#generate-doc-test-data`.
8181
Type@10ms "systemctl start --user '0-isd-example-unit-01.service' '0-isd-example-unit-05.service'" Enter
8282
# do not full refresh during recording -> Set it to a very large value
8383
# normal refresh should use the default value!
8484
# `my_asciinema` is simply `asciinema_3` wrapped in a bash script, where a custom `config.toml` is utilized.
85-
Type@10ms "ISD_CACHE_INPUT=false ISD_STARTUP_MODE=user ISD_JOURNAL_PAGER=lnav ISD_DEFAULT_PAGER=moar ISD_PREVIEW_AND_SELECTION_REFRESH_INTERVAL_SEC=2.5 ISD_FULL_REFRESH_INTERVAL_SEC=1000 my_asciinema rec --overwrite --quiet --command isd ./docs/assets/images/isd.cast"
85+
Type@10ms "ISD_CACHE_INPUT=false ISD_STARTUP_MODE=user ISD_JOURNAL_PAGER=lnav ISD_DEFAULT_PAGER=moar ISD_FULL_REFRESH_INTERVAL_SEC=1000 my_asciinema rec --overwrite --quiet --command isd ./docs/assets/images/isd.cast"
8686
Enter
8787

8888
# # Sleep 2s

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"pydantic>=2.10.4",
2828
"types-pyyaml>=6.0.12.20241221",
2929
]
30-
version = "0.5.1"
30+
version = "0.6.0"
3131

3232
# # versioningit was great in theory
3333
# # but it comes with too many issues for packaging
@@ -99,7 +99,7 @@ exclude = [
9999
"share/" = "share/"
100100

101101
[tool.bumpversion]
102-
current_version = "0.5.1"
102+
current_version = "0.6.0"
103103
parse = """
104104
(?P<major>0|[1-9]\\d*)\\.
105105
(?P<minor>0|[1-9]\\d*)\\.

uv.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.

0 commit comments

Comments
 (0)