From 36360fffc4bbffabc99411854d4eded185431aa0 Mon Sep 17 00:00:00 2001 From: linz-li-bot <134554979+linz-li-bot@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:51:05 +1200 Subject: [PATCH] chore(master): release 0.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 10ef916..9c64126 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.12.0"} \ No newline at end of file +{".":"0.13.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cef7b..e609deb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.0](https://github.com/linz/python-linz-logger/compare/v0.12.0...v0.13.0) (2026-07-30) + + +### Features + +* Lint type annotations using mypy ([#311](https://github.com/linz/python-linz-logger/issues/311)) ([b50b535](https://github.com/linz/python-linz-logger/commit/b50b535e5596f7d59f922ecfeda64e6a4fcf1b54)) + + +### Bug Fixes + +* Don't attempt to install project inside virtualenv ([#306](https://github.com/linz/python-linz-logger/issues/306)) ([a0662b0](https://github.com/linz/python-linz-logger/commit/a0662b0ceaee5e11cce7f01c6455ccc81f8c245b)) + ## [0.12.0](https://github.com/linz/python-linz-logger/compare/v0.11.0...v0.12.0) (2024-04-16) diff --git a/pyproject.toml b/pyproject.toml index d199cd3..b4441fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linz_logger" -version = "0.12.0" +version = "0.13.0" description = "LINZ standard Logging format" authors = ["Blayne ", "Megan ", "Victor ", "Alice ", "Paul "] license = "MIT"