Skip to content

Commit 4796691

Browse files
committed
Release v0.13.4
1 parent efebaa9 commit 4796691

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 0.13.4
4+
5+
### Fixed
6+
7+
- **LESS flag concatenation with long options**: Fixed "invalid option" error when users have long options in LESS (e.g., `LESS=--mouse`). The pager auto-quit feature from v0.13.1 now correctly separates flags. Fixes [#594](https://github.com/max-sixty/worktrunk/issues/594). (thanks @tnlanh for reporting)
8+
9+
### Internal
10+
11+
- **Homebrew formula generation**: Release workflow now uses cargo-dist for Homebrew formula generation, simplifying the release process.
12+
313
## 0.13.2
414

515
### Improved

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
@@ -5,7 +5,7 @@ default-members = [".", "tests/helpers/mock-stub"]
55

66
[package]
77
name = "worktrunk"
8-
version = "0.13.2"
8+
version = "0.13.4"
99
edition = "2024"
1010
rust-version = "1.89"
1111
build = "build.rs"

0 commit comments

Comments
 (0)