Skip to content

Commit

Permalink
chore: Prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxb2 committed Nov 6, 2023
1 parent 0b8b8ea commit f680fe1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

<!-- insertion marker -->
## [1.3.0](https://github.com/maxb2/typer-config/releases/tag/1.3.0) - 2023-11-06

<small>[Compare with 1.2.1](https://github.com/maxb2/typer-config/compare/1.2.1...1.3.0)</small>

### Features

- default decorator sections (#123) ([0b8b8ea](https://github.com/maxb2/typer-config/commit/0b8b8ea6b64d3270909b14289d1f9f2e7b263d27) by Matthew Anderson). * chore: add test comment

## [1.2.1](https://github.com/maxb2/typer-config/releases/tag/1.2.1) - 2023-10-12

<small>[Compare with 1.2.0](https://github.com/maxb2/typer-config/compare/1.2.0...1.2.1)</small>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "typer-config"
version = "1.2.1"
version = "1.3.0"
description = "Utilities for working with configuration files in typer CLIs. "
authors = ["Matt Anderson <matt@manderscience.com>"]
readme = "README.md"
Expand Down

0 comments on commit f680fe1

Please sign in to comment.