Skip to content

Commit

Permalink
Prepare 3.0.0 release (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel authored Dec 10, 2024
1 parent 4df8448 commit 5b25fa2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Pyxform Changelog

v3.0.0, 2024-12-09
* Include all choice lists in output by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/736
* Improve complex forms performance (includes changes to JSON representation) by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/740, https://github.com/XLSForm/pyxform/pull/742
* Always produce entity forms with the offline entities spec version by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/732

v2.2.0, 2024-10-29
* Add `background-geopoint` question type which exposes `xforms-value-changed` event with `odk:setgeopoint` action by @RuthShryock in https://github.com/XLSForm/pyxform/pull/726
* 724: raise an error if a `${}` pyxform reference is malformed by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/734
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pyxform"
version = "2.2.0"
version = "3.0.0"
authors = [
{name = "github.com/xlsform", email = "support@getodk.org"},
]
Expand Down
2 changes: 1 addition & 1 deletion pyxform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Collect easy.
"""

__version__ = "2.2.0"
__version__ = "3.0.0"

from pyxform.builder import (
SurveyElementBuilder,
Expand Down

0 comments on commit 5b25fa2

Please sign in to comment.