diff --git a/CHANGELOG.md b/CHANGELOG.md index f893c46..7b426ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# Version 0.3.2 + +- Measured, improved compatibilty with older Python versions +- Added debug, error message logging + +# Version 0.3.1 + +- Improved and documented token bindings + # Version 0.3.0 - Fix mistakes in PT net implementation diff --git a/pyproject.toml b/pyproject.toml index d9030d5..705e89a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soyutnet" -version = "0.3.2b1" +version = "0.3.2" dependencies = [ ] requires-python = ">=3.10"