Finalize release version 0.3.3

Removed the '-dev' suffix from the project version indicating the transition from a development state to the official release of version 0.3.3. This version bump aligns with the completion of features and fixes slated for this iteration.
This commit is contained in:
Kumi 2024-01-26 09:31:12 +01:00
parent fc92ac1ebb
commit b65dcc7d83
Signed by: kumi
GPG key ID: ECBCC9082395383F
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
### 0.3.3 (WIP)
### 0.3.3 (2024-01-26)
* Implement recursion check in response generation (e6bc23e564e51aa149432fc67ce381a9260ee5f5)
* Implement tool emulation for models without tool support (0acc1456f9e4efa09e799f6ce2ec9a31f439fe4a)

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "matrix-gptbot"
version = "0.3.3-dev"
version = "0.3.3"
authors = [
{ name="Kumi Mitterer", email="gptbot@kumi.email" },