From 7ee83042a34be528f989309530275ed54c053f6a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:47:08 +0000 Subject: [PATCH] chore(main): release 0.10.1 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090f893..138c326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.1](https://github.com/ublue-os/yafti/compare/v0.10.0...v0.10.1) (2025-01-05) + + +### Bug Fixes + +* **deps:** update dependency gbulb to v0.6.6 ([#271](https://github.com/ublue-os/yafti/issues/271)) ([1da10fa](https://github.com/ublue-os/yafti/commit/1da10fa38e64c80f4308ad52f6813147c550c0c2)) +* **deps:** update dependency gbulb to v0.6.6 ([#285](https://github.com/ublue-os/yafti/issues/285)) ([f3b6bf7](https://github.com/ublue-os/yafti/commit/f3b6bf7f473fe30b98a1782096d16c4f670f54d2)) +* **deps:** update dependency pydantic to v2.10.4 ([#276](https://github.com/ublue-os/yafti/issues/276)) ([d62556a](https://github.com/ublue-os/yafti/commit/d62556abeefaff30c827ef4aee7a6e05e2f5ea67)) +* **deps:** update dependency pygobject to v3.50.0 ([#277](https://github.com/ublue-os/yafti/issues/277)) ([7036505](https://github.com/ublue-os/yafti/commit/70365058f1d5ab9cec60ecf16e2061fc8adfbbb9)) +* **deps:** update dependency rich to v13.9.4 ([#272](https://github.com/ublue-os/yafti/issues/272)) ([47e43a2](https://github.com/ublue-os/yafti/commit/47e43a25ddbc7211ad97330df9125f087c9cfde6)) +* **deps:** update dependency typer to v0.15.1 ([#278](https://github.com/ublue-os/yafti/issues/278)) ([fb5ff38](https://github.com/ublue-os/yafti/commit/fb5ff385a8acc01802d1a2dc3077e49cae44cd59)) + ## [0.10.0](https://github.com/ublue-os/yafti/compare/v0.9.0...v0.10.0) (2024-10-19) diff --git a/pyproject.toml b/pyproject.toml index 94f616e..12c2009 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yafti" -version = "0.10.0" +version = "0.10.1" description = "Yet another first time installer" authors = ["Marco Ceppi "] license = "Apache 2.0"