From 7cf471402b242fbe37e77d1347e891280188d03e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elisi=C3=A1rio=20Couto?= Date: Tue, 14 Jan 2025 01:10:57 +0000 Subject: [PATCH] chore(ci): Bump version to 0.6.10 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f644c92..96939d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +## 0.6.10 (2025/01/14) + +### Bug Fixes + +- **ci:** Install uv before publishing. ([74800944](https://github.com/elisiariocouto/leggen/commit/7480094419697a46515a88a635d4e73820b0d283)) + + + ## 0.6.9 (2025/01/14) ### Miscellaneous Tasks diff --git a/pyproject.toml b/pyproject.toml index 7194eda..8b1361a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "leggen" -version = "0.6.9" +version = "0.6.10" description = "An Open Banking CLI" authors = [{ name = "Elisiário Couto", email = "elisiario@couto.io" }] requires-python = "~=3.12"