Skip to content

Commit 02b40d9

Browse files
authored
Bumps version to 0.11.2. (#303)
1 parent c753cc7 commit 02b40d9

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
### 0.11.2 (2023-11-16)
2+
* Uses the latest ion-c version to build the C extension. (#299)
3+
* Changes IonPyObjects' constructor to match their parent classes. (#298)
4+
* Adds common examples for the simpleion load/dump APIs. (#294)
5+
* Add support for large decimals with >34 digits. (#293)
6+
17
### 0.11.1 (2023-10-09)
2-
Drops the support for Python versions older than 3.8.
8+
* Drops the support for Python versions older than 3.8.
39

410
### 0.11.0 (2023-10-09)
511
* Refactors the benchmark tool

amazon/ion/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# specific language governing permissions and limitations under the
1313
# License.
1414
__author__ = 'Amazon.com, Inc.'
15-
__version__ = '0.11.1'
15+
__version__ = '0.11.2'
1616

1717
__all__ = [
1818
'core',

ion-c

Submodule ion-c updated 64 files

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def run_setup():
4646

4747
setup(
4848
name='amazon.ion',
49-
version='0.11.1',
49+
version='0.11.2',
5050
description='A Python implementation of Amazon Ion.',
5151
url='http://github.com/amazon-ion/ion-python',
5252
author='Amazon Ion Team',

0 commit comments

Comments
 (0)