Skip to content

Commit

Permalink
v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubicpath committed Dec 8, 2022
1 parent 12aef54 commit 8c7acc1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ 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.3.1] - 2022-12-7 [PyPI](https://pypi.org/project/chatgpt-gui/0.3.1)
## [0.3.2] - 2022-12-8 [PyPI](https://pypi.org/project/chatgpt-gui/0.3.2)
### Changed
- `PySide6` dependency to smaller `PySide6-Essentials`

### Removed
- Broken `lxml` dependency.
- `beautifulsoup4` now uses `html.parser`


## [0.3.1] - 2022-12-8 [PyPI](https://pypi.org/project/chatgpt-gui/0.3.1)
### Added
- Shows current account pfp and email address
- "Solve Captcha" dialog (Untested)
Expand Down Expand Up @@ -53,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Basic input and output communication to ChatGPT


[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.3...v0.3.1
[0.3]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.2...v0.3
[0.2]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.1.1...v0.2
Expand Down
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, 3, 1, 'final', 0)
__version_info__ = (0, 3, 2, 'final', 0)
"""Major, Minor, Micro, Release level, Serial in respective order."""


Expand Down

0 comments on commit 8c7acc1

Please sign in to comment.