From f17edabc677cfdbad389a8a6315df8c990e405d7 Mon Sep 17 00:00:00 2001 From: Matthew Anderson Date: Thu, 7 Nov 2024 19:59:04 -0600 Subject: [PATCH] chore: Prepare release 1.4.2 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aadc61..d4913e3 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). +## [1.4.2](https://github.com/maxb2/typer-config/releases/tag/1.4.2) - 2024-11-07 + +[Compare with 1.4.1](https://github.com/maxb2/typer-config/compare/1.4.1...1.4.2) + +### Bug Fixes + +- emit warnings when config files are missing (#297) ([0e072df](https://github.com/maxb2/typer-config/commit/0e072df5a06e1f86d81fe338f2996cc254181dd4) by Matthew Anderson). Co-authored-by: Matthew Anderson + ## [1.4.1](https://github.com/maxb2/typer-config/releases/tag/1.4.1) - 2024-11-07 [Compare with 1.4.0](https://github.com/maxb2/typer-config/compare/1.4.0...1.4.1) diff --git a/pyproject.toml b/pyproject.toml index 42cc614..5b662d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "typer-config" -version = "1.4.1" +version = "1.4.2" description = "Utilities for working with configuration files in typer CLIs. " authors = ["Matt Anderson "] readme = "README.md"