Skip to content

Commit

Permalink
Merge pull request #59 from matsui528/v0.2.11
Browse files Browse the repository at this point in the history
v0.2.11
  • Loading branch information
matsui528 authored Nov 13, 2023
2 parents c40c70d + 896728c commit 418b528
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ e1.merge(e2) # Now e1 contains both X1 and X2
## Credits
- The logo is designed by [@richardbmx](https://github.com/richardbmx) ([#4](https://github.com/matsui528/rii/issues/4))
- The windows implementation is by [@ashleyabraham](https://github.com/ashleyabraham) ([#42](https://github.com/matsui528/rii/pull/42))
- Fix the build by [@timzag](https://github.com/timzag) ([#50](https://github.com/matsui528/rii/pull/50))
- Fixing the build ([#50](https://github.com/matsui528/rii/pull/50)) and supporting for ARM CPUs ([#58](https://github.com/matsui528/rii/pull/58)) by [@timzag](https://github.com/timzag)
12 changes: 12 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ Changelog

See `releases <https://github.com/matsui528/rii/releases>`_ for the latest changes.

v0.2.11 (November 13, 2023)
----------------------------
- Support ARM CPUs.
- Further clean up the build system.
- `See here for a list of PRs <https://github.com/matsui528/rii/releases/tag/v0.2.11>`_

v0.2.10 (October 27, 2023)
----------------------------
- Update the build system to support handling the latest pip.
- `See here for a list of PRs <https://github.com/matsui528/rii/releases/tag/v0.2.10>`_


v0.2.9 (August 06, 2022)
----------------------------
- `#45 <https://github.com/matsui528/rii/pull/45>`_ Support for modern Windows CI (windows-2022). Support Python 3.9 and 3.10. Drop the support for Python 3.5.
Expand Down
2 changes: 1 addition & 1 deletion rii/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__all__ = ['Rii']
__version__ = '0.2.10'
__version__ = '0.2.11'

from .rii import Rii

0 comments on commit 418b528

Please sign in to comment.