Skip to content

Commit 5b25fa2

Browse files
authored
Prepare 3.0.0 release (#744)
1 parent 4df8448 commit 5b25fa2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
Pyxform Changelog
22

3+
v3.0.0, 2024-12-09
4+
* Include all choice lists in output by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/736
5+
* 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
6+
* Always produce entity forms with the offline entities spec version by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/732
7+
38
v2.2.0, 2024-10-29
49
* 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
510
* 724: raise an error if a `${}` pyxform reference is malformed by @lindsay-stevens in https://github.com/XLSForm/pyxform/pull/734

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyxform"
3-
version = "2.2.0"
3+
version = "3.0.0"
44
authors = [
55
{name = "github.com/xlsform", email = "[email protected]"},
66
]

pyxform/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Collect easy.
55
"""
66

7-
__version__ = "2.2.0"
7+
__version__ = "3.0.0"
88

99
from pyxform.builder import (
1010
SurveyElementBuilder,

0 commit comments

Comments
 (0)