From 7795ea81412e3fd91cfe81f562f15e6f971089cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 03:43:14 +0000 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a92753..8d9f92a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.9.0](https://github.com/ublue-os/yafti/compare/v0.8.0...v0.9.0) (2024-03-27) + + +### Features + +* add PKGBUILD for Arch packaging ([#163](https://github.com/ublue-os/yafti/issues/163)) ([a827362](https://github.com/ublue-os/yafti/commit/a8273626e84e707e400212ca3d1d412cb85df019)) +* **window:** Move "Next" button to top right ([#156](https://github.com/ublue-os/yafti/issues/156)) ([4abb8d4](https://github.com/ublue-os/yafti/commit/4abb8d42cde5cdc6b1eb13790cdd17a1772662ef)) + + +### Bug Fixes + +* Correct a spacing issue between preferred and package in text ([#183](https://github.com/ublue-os/yafti/issues/183)) ([57bcee5](https://github.com/ublue-os/yafti/commit/57bcee571a06c1bcaef3da5f8836a4f3e106c23c)) +* Revert pydantic upgrade until required fixes can be made ([#184](https://github.com/ublue-os/yafti/issues/184)) ([1ff59d3](https://github.com/ublue-os/yafti/commit/1ff59d36ff81b2e71f774b404f66df4b256b1194)) + ## [0.8.0](https://github.com/ublue-os/yafti/compare/v0.7.1...v0.8.0) (2023-08-07) diff --git a/pyproject.toml b/pyproject.toml index e5f9511..3e65e5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "yafti" -version = "0.8.0" +version = "0.9.0" description = "Yet another first time installer" authors = ["Marco Ceppi "] license = "Apache 2.0"