From 6f214a0faa7512cc6b04aad28b0cae89ffb3652d Mon Sep 17 00:00:00 2001 From: Cubicpath Date: Sun, 4 Dec 2022 08:29:41 -0500 Subject: [PATCH] v0.1.1 --- CHANGELOG.md | 10 +++++++++- src/chatgpt_gui/_version.py | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9559531..ab27f50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.1] - 2022-12-4 [PyPI](https://pypi.org/project/chatgpt-gui/0.1.1) +### Fixes +- Broken Icons +- [gh-1](https://github.com/Cubicpath/ChatGPT-GUI/issues/1) + + ## [0.1] - 2022-12-4 [PyPI](https://pypi.org/project/chatgpt-gui/0.1) ### Added - GUI from HaloInfiniteGetter - Session token client - Basic input and output communication to ChatGPT -[0.1]: https://github.com/Cubicpath/HaloInfiniteGetter/releases/tag/v0.1 + +[0.1.1]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.1.0...v0.1.1 +[0.1]: https://github.com/Cubicpath/ChatGPT-GUI/releases/tag/v0.1 diff --git a/src/chatgpt_gui/_version.py b/src/chatgpt_gui/_version.py index 927ad51..f222106 100644 --- a/src/chatgpt_gui/_version.py +++ b/src/chatgpt_gui/_version.py @@ -7,7 +7,7 @@ # 2) We can load it in setup.cfg # 3) We can import it into modules -__version_info__ = (0, 1, 0, 'final', 0) +__version_info__ = (0, 1, 1, 'final', 0) """Major, Minor, Micro, Release level, Serial in respective order."""