Skip to content

Commit bb670c1

Browse files
committed
Release v1.1.2
1 parent 17b929a commit bb670c1

File tree

6 files changed

+23
-2
lines changed

6 files changed

+23
-2
lines changed

changelog/unreleased/author-normalization-for-plural-authors-key.md renamed to changelog/releases/v1.1.2/entries/author-normalization-for-plural-authors-key.md

File renamed without changes.

changelog/unreleased/fix-overly-broad-version-string-detection-in-show-command.md renamed to changelog/releases/v1.1.2/entries/fix-overly-broad-version-string-detection-in-show-command.md

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
created: 2026-01-26
2+
title: Bugfixes for Entry Processing
3+
intro: >-
4+
This release fixes bugs in changelog entry processing and version detection. The
5+
`authors` field now correctly normalizes single string values, and the `show` command
6+
no longer misidentifies entry IDs as release versions.

changelog/releases/v1.1.2/notes.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
This release fixes bugs in changelog entry processing and version detection. The `authors` field now correctly normalizes single string values, and the `show` command no longer misidentifies entry IDs as release versions.
2+
3+
## 🐞 Bug fixes
4+
5+
### Fix authors field normalization when using a single string value
6+
7+
Changelog entries with `authors: "name"` (a single string) are now correctly normalized to a list. Previously, only the singular `author` key was normalized, which could cause rendering issues when `authors` was used with a string value.
8+
9+
*By @mavam and @claude.*
10+
11+
### Fix overly broad version string detection in show command
12+
13+
The `show` command no longer misidentifies changelog entry IDs as release versions. Previously, entries with IDs containing version-like patterns (e.g., `v1...`) were incorrectly treated as releases.
14+
15+
*By @mavam and @claude.*

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tenzir-ship"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Reusable changelog management toolkit for Tenzir repositories."
55
readme = "README.md"
66
requires-python = ">=3.12"

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)