From edadf7c282da04e7352a6f1882fae50b7022ab5e Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Mon, 22 May 2023 22:04:29 -0500 Subject: [PATCH] chore: Prepare release 0.4.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180f8be..b82c206 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [0.4.0](https://github.com/maxb2/typer-config/releases/tag/0.4.0) - 2023-05-22 + +[Compare with 0.3.0](https://github.com/maxb2/typer-config/compare/0.3.0...0.4.0) + +### Features + +- config loader transformer (#21) ([7af9695](https://github.com/maxb2/typer-config/commit/7af96956b7e1e0170cd5a8a0d7c5076f76f53aa0) by Matthew Anderson). * deps: update to fixed version of griffe + ## [0.3.0](https://github.com/maxb2/typer-config/releases/tag/0.3.0) - 2023-05-17 [Compare with 0.2.0](https://github.com/maxb2/typer-config/compare/0.2.0...0.3.0) diff --git a/pyproject.toml b/pyproject.toml index ada3506..1d4cf9a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typer-config" -version = "0.3.0" +version = "0.4.0" description = "Utilities for working with configuration files in typer CLIs. " authors = ["Matt Anderson "] readme = "README.md"