Skip to content

Commit 0d358b4

Browse files
authored
chore: Bump version to 0.1.6 and update changelog for release (#22)
1 parent 117b7b0 commit 0d358b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [unreleased]
8+
## [0.1.6] - 2025-09-01
99

1010
### Fixed
1111
- Fixed issue where line breaks in help text weren't preserved when using `pretty` formatting option

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mkdocs-typer2"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
description = "Mkdocs plugin for generating Typer CLI docs"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)