Skip to content

Commit db93841

Browse files
authored
Release 1.44.1 (#2998)
- Bump version: 1.44.0 → 1.44.1 - Update changelog - Update changelog contributor credits
1 parent e9d9f0d commit db93841

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
[1.44.1](https://github.com/casey/just/releases/tag/1.44.1) - 2025-12-09
5+
------------------------------------------------------------------------
6+
7+
### Fixed
8+
- Properly close format string delimiter ([#2997](https://github.com/casey/just/pull/2997) by [casey](https://github.com/casey))
9+
410
[1.44.0](https://github.com/casey/just/releases/tag/1.44.0) - 2025-12-06
511
------------------------------------------------------------------------
612

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,6 +1,6 @@
11
[package]
22
name = "just"
3-
version = "1.44.0"
3+
version = "1.44.1"
44
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
55
autotests = false
66
categories = ["command-line-utilities", "development-tools"]

0 commit comments

Comments
 (0)