diff --git a/CHANGELOG.md b/CHANGELOG.md index 605cb88..6767688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [unreleased] +## [0.1.6] - 2025-09-01 ### Fixed - Fixed issue where line breaks in help text weren't preserved when using `pretty` formatting option diff --git a/pyproject.toml b/pyproject.toml index 493818e..23c6983 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mkdocs-typer2" -version = "0.1.5" +version = "0.1.6" description = "Mkdocs plugin for generating Typer CLI docs" readme = "README.md" requires-python = ">=3.10"