Skip to content

Commit

Permalink
Update CHANGELOG and version for release 1.5.0 (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed May 13, 2023
1 parent 3bf3103 commit 7da4494
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [1.5.0](https://github.com/kivy/pyjnius/tree/1.5.0) (2023-05-10)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.4.2...1.5.0)

**Implemented enhancements:**
- [\#633](https://github.com/kivy/pyjnius/pull/633) Add BSD Unix build support (FreeBSD, OpenBSD, NetBSD, ..)
- [\#643](https://github.com/kivy/pyjnius/pull/643) Initialize logger as a child of the Kivy's one
- [\#657](https://github.com/kivy/pyjnius/pull/657) Add support request automation (as other kivy projects)
- [\#656](https://github.com/kivy/pyjnius/pull/656) Add support for Python 3.11

**Cleanup**
- [\#619](https://github.com/kivy/pyjnius/pull/619) Remove Python 2 support, six dependency
- [\#641](https://github.com/kivy/pyjnius/pull/641) Removes some Python2-era complexity
- [\#654](https://github.com/kivy/pyjnius/pull/654) Remove Python 3.6 from supported and test matrix, as it reached EOL

**CI**
- [\#655](https://github.com/kivy/pyjnius/pull/655) Linux x86 tests force as safe directory

**Packaging**
- [\#653](https://github.com/kivy/pyjnius/pull/653) Build (and test) `manylinux-aarch64` wheels via our `kivy-ubuntu-arm64` self-hosted runner


## [1.4.2](https://github.com/kivy/pyjnius/tree/1.4.2) (2022-07-02)
[Full Changelog](https://github.com/kivy/pyjnius/compare/1.4.1...1.4.2)

Expand Down
2 changes: 1 addition & 1 deletion jnius/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
All the documentation is available at: http://pyjnius.readthedocs.org
'''

__version__ = '1.4.2'
__version__ = '1.5.0'

from .env import get_java_setup

Expand Down

0 comments on commit 7da4494

Please sign in to comment.