Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Feb 9, 2023
1 parent 0a374e7 commit c0f89f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion coloraide/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,5 +193,5 @@ def parse_version(ver: str) -> Version:
return Version(major, minor, micro, release, pre, post, dev)


__version_info__ = Version(1, 7, 0, "final")
__version_info__ = Version(1, 7, 1, "final")
__version__ = __version_info__._get_canonical()
5 changes: 2 additions & 3 deletions docs/src/markdown/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
- **FIX**: Fix a math error in CAM16.
- **FIX**: Fix CAM16 JMh M limit which was too low.
- **FIX**: IPT was set to "bound" when it should have an unbounded gamut.
- **FIX**: When serializing to strings, NaN values should be resolved before gamut mapping to ensure the output is in
gamut.
- **FIX**: Enable `comma` with `none` could make undefined alpha values show up as `none` in legacy format.
- **FIX**: When both `comma` and `none` are enabled it could make undefined alpha values show up as `none` in legacy CSS
format.
- **FIX**: Sane handling of inverse lightness in DIN99o.

## 1.7
Expand Down
2 changes: 1 addition & 1 deletion docs/src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ extra_css:
- assets/coloraide-extras/extra.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- playground-config-a6b64e89.js
- playground-config-fe55101c.js
- https://cdn.jsdelivr.net/pyodide/v0.21.3/full/pyodide.js
- assets/coloraide-extras/extra-notebook.js

Expand Down
5 changes: 0 additions & 5 deletions docs/theme/playground-config-a6b64e89.js

This file was deleted.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ extra_css:
- assets/coloraide-extras/extra-d44d9d3485.css
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
- playground-config-a6b64e89.js
- playground-config-fe55101c.js
- https://cdn.jsdelivr.net/pyodide/v0.21.3/full/pyodide.js
- assets/coloraide-extras/extra-notebook-df000c16.js

Expand Down

0 comments on commit c0f89f9

Please sign in to comment.