Skip to content

Commit 98c3f94

Browse files
committed
chore: release v1.1.2
1 parent e43fdb6 commit 98c3f94

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.2](https://github.com/jdx/communique/releases/tag/v1.1.2) - 2026-04-26
11+
12+
## Fixed
13+
14+
- *(generate)* Place tagged release entries deterministically in `CHANGELOG.md` instead of letting the LLM rewrite the file ([#129](https://github.com/jdx/communique/pull/129))
15+
- *(generate)* Preserve section boundaries so preserved release sections no longer get joined onto the previous bullet (e.g. `...))## [1.0.4]`) ([#126](https://github.com/jdx/communique/pull/126))
16+
17+
## Added
18+
19+
- *(release)* Publish `x86_64-unknown-linux-musl` and `aarch64-unknown-linux-musl` archives alongside the existing GNU Linux, macOS, and Windows assets ([#127](https://github.com/jdx/communique/pull/127))
20+
1021
## [1.1.1](https://github.com/jdx/communique/releases/tag/v1.1.1) - 2026-04-26
1122

1223
## Fixed

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 = "communique"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
edition = "2024"
55
description = "Editorialized release notes powered by AI"
66
repository = "https://github.com/jdx/communique"

communique.usage.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name communique
22
bin communique
3-
version "1.1.1"
3+
version "1.1.2"
44
about "Editorialized release notes powered by AI"
55
usage "Usage: communique [OPTIONS] <COMMAND>"
66
flag "-v --verbose" help="Enable verbose logging output" global=#true

docs/cli/commands.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"config": {
317317
"props": {}
318318
},
319-
"version": "1.1.1",
319+
"version": "1.1.2",
320320
"usage": "Usage: communique [OPTIONS] <COMMAND>",
321321
"complete": {},
322322
"about": "Editorialized release notes powered by AI"

docs/cli/index.md

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

44
**Usage**: `communique [FLAGS] <SUBCOMMAND>`
55

6-
**Version**: 1.1.1
6+
**Version**: 1.1.2
77

88
- **Usage**: `communique [FLAGS] <SUBCOMMAND>`
99

0 commit comments

Comments
 (0)