diff --git a/CHANGELOG.md b/CHANGELOG.md index 090f893..15e7b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # 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 rich to v13.9.4 ([#272](https://github.com/ublue-os/yafti/issues/272)) ([47e43a2](https://github.com/ublue-os/yafti/commit/47e43a25ddbc7211ad97330df9125f087c9cfde6)) + ## [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 d654556..082f914 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"