Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### 0.14.0 (2026-04-22)
* Bump minimum Python version to 3.9 (#406)
* Migrate to pyproject.toml (#379)
* Release text writer byte buffer after use (#411)
* Pulled ion-c submodule to include fix for hanging (#399)
* Fix pytest import (#417)
* Update release workflow to use PyPI's trusted publisher support via Github; add more recent python versions to wheel build (#400)
* Add configuration for readthedocs, and tweak sphinx settings to work with recent pyproject migration (#413)
* Update development instructions (#412)
* Update perf regression workflow to assume pyproject use in repo HEAD (#401)
* Bump cibuildwheel from 2.x to 3.x (#415, #420)
* Bump setuptools from 71.0.0 to 78.1.1 (#409)
* Bump tox from 3.23.1 to 4.25.0 (#407)
* Update jsonconversion to 1.2.1 (#427)
* Various dependency bumps (#403, #404, #405, #408, #414, #416, #421)

### 0.13.0 (2024-11-08)
* Update dependabot.yml schedule interval (#383)
* Bump the pip-dependencies group across 1 directory with 3 updates (#380)
Expand Down
2 changes: 1 addition & 1 deletion src-python/amazon/ion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# specific language governing permissions and limitations under the
# License.
__author__ = 'Amazon.com, Inc.'
__version__ = '0.13.0'
__version__ = '0.14.0'

__all__ = [
'core',
Expand Down
Loading