Skip to content

Commit 546b124

Browse files
authored
Merge pull request #178 from dmoliveira/loopmux-release-0-1-45
release: v0.1.45 metadata and changelog
2 parents 3f490e6 + 25a3165 commit 546b124

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[package]
33
name = "loopmux"
4-
version = "0.1.45-dev"
4+
version = "0.1.45"
55
edition = "2024"
66
description = "Loop prompts into tmux panes with triggers and delays."
77
license = "MIT"

docs/changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,17 @@
139139
- Tag: `v0.1.44`.
140140
- Preflight and publish checks passed: `cargo fmt --check`, `cargo test -q` (153 passed).
141141

142+
### v0.1.45 References
143+
- PR #174: Fix trigger-edge stall when marker stays in tail window (`https://github.com/dmoliveira/loopmux/pull/174`)
144+
- PR #175: Use generic target IDs in trigger-edge coverage (`https://github.com/dmoliveira/loopmux/pull/175`)
145+
- PR #176: Keep redraw-skip signal in footer, not log stream (`https://github.com/dmoliveira/loopmux/pull/176`)
146+
- PR #177: Cover persistent-marker trigger-edge rearm contract (`https://github.com/dmoliveira/loopmux/pull/177`)
147+
148+
### v0.1.45 Release
149+
- Release published: `https://github.com/dmoliveira/loopmux/releases/tag/v0.1.45`.
150+
- Tag: `v0.1.45`.
151+
- Preflight and publish checks passed: `cargo fmt --check`, `cargo test -q` (151 passed).
152+
142153
### Post-Release
143154
- Bumped package version to `0.1.45-dev` for next iteration cycle.
144155
- Updated Homebrew tap formula to `v0.1.44` and verified local install with `loopmux --version`.

0 commit comments

Comments
 (0)