Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubicpath committed Dec 4, 2022
1 parent 207dbe1 commit 6f214a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/chatgpt_gui/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""


Expand Down

0 comments on commit 6f214a0

Please sign in to comment.