Skip to content

Commit

Permalink
DOCS: Update changelog and raise version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KOOKIIEStudios committed Aug 4, 2022
1 parent c4997ff commit 7d6c80a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## CHANGELOG:

### v2.2.2
- Update dependencies
- Update MySQL Connector and protobuf, in view of CVE-2021-22570
- Change dummy name for unit tests
- Use `tester0xFF` instead of the arbitrary `KOOKIE` for account and character name-change unit tests

### v2.2.1
- Add setup and build scripts
- `setup.bat` automatically generates the venv folder with all dependencies
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Topic :: Games/Entertainment :: Side-Scrolling/Arcade Games',
]

setup(
name="lazuli",
version="2.2.1",
version="2.2.2",
description="A Python-based tool for interacting with AzureMSv316-based databases.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 7d6c80a

Please sign in to comment.