Skip to content

Commit

Permalink
Prepare release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bernard authored and PierreLarochelle committed Nov 16, 2023
1 parent 0d6a431 commit e1804d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Changelog for lgr-core

## 6.1.0 (2023-11-15)
### New features
- Add IDNA 2008 compliance check for IDN tables

### Improvements
- Add more supported IDN tables formats
- Change label parsing method to limit confusion

### Fixes
- Fix union and intersection tools
- Fix arg parser for tools

## 6.0.0 (2023-08-03)
### New features
- Add IDN review with core requirements
-

### Improvements
- Prevent variant duplication
- Remove cross-script tool
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pycountry==22.3.5

# Unicode modules
picu==1.4
munidata==2.3.0
munidata==2.3.1

# for tests
idna==2.10
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run_tests(self):

setup(
name="lgr-core",
version='6.0.0',
version='6.1.0',
author='Cofomo, Viagénie and Wil Tan',
author_email='[email protected]',
description="API for manipulating Label Generation Rules",
Expand Down

0 comments on commit e1804d7

Please sign in to comment.