Skip to content

Commit

Permalink
Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jul 21, 2024
1 parent 0923520 commit 8e8216a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Changelog
=========


[3.3.0] - 2024-07-21
--------------------

Added
~~~~~

- AchievementEncEntry, an EncEntry which uses achievements to manage state.

Changed
~~~~~~~

- Replaced EncEntry.label with str(EncEntry).

[3.2.0] - 2024-03-10
--------------------

Expand Down
2 changes: 1 addition & 1 deletion encyclopaedia/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.2.0"
__version__ = "3.3.0"

0 comments on commit 8e8216a

Please sign in to comment.