Skip to content

Commit 7c8b4ce

Browse files
committed
Update changelog and version
1 parent 2262d2a commit 7c8b4ce

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ColorHelper
22

3+
## 6.1.1
4+
5+
- **FIX**: Fix broken gamut mapping logic after recent port of latest
6+
`coloraide`.
7+
38
## 6.1.0
49

510
- **NEW**: Update to ColorAide 1.5.

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "6.1.0"
8+
__version__ = "6.1.1"
99
__pc_name__ = 'ColorHelper'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)