Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Dec 18, 2022
1 parent 40fcd18 commit b400779
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.10
python-version: '3.10'
- name: Install and configure Poetry
uses: gi0baro/setup-poetry-bin@v1
with:
Expand Down
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Renoir changelog
================

Version 1.6
-----------

*Released on December 18th 2022*

- Added support for structural pattern matching (`match`/`case` statements)
- Removed Python 3.6 support
- Added Python 3.11 support

Version 1.5
-----------

Expand Down

0 comments on commit b400779

Please sign in to comment.