Skip to content

Commit

Permalink
v5.17.1 (#1676)
Browse files Browse the repository at this point in the history
- fix: deprecated dependencies ([PR
1674](#1674))
- fix: unexpected "missing-label" error with option `header_case =
False`
([#1635](#1635))
- fix: KeyError when a "primaryKey" is missing
([#1633](#1633))
- fix: unexpected field-error for a boolean "example" with "trueValues"
or
"falseValues" properties
([#1610](#1610))
  • Loading branch information
pierrecamilleri authored Sep 2, 2024
1 parent 8b17d59 commit bc67dee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Here described only the breaking and most significant changes. The full changelog and documentation for all released versions could be found in nicely formatted [commit history](https://github.com/frictionlessdata/frictionless-py/commits/main).

## v5.17.1

- fix: deprecated dependencies ([PR 1674](https://github.com/frictionlessdata/frictionless-py/pull/1674))
- fix: unexpected "missing-label" error with option `header_case = False` ([#1635](https://github.com/frictionlessdata/frictionless-py/issues/1635))
- fix: KeyError when a "primaryKey" is missing ([#1633](https://github.com/frictionlessdata/frictionless-py/issues/1633))
- fix: unexpected field-error for a boolean "example" with "trueValues" or
"falseValues" properties ([#1610](https://github.com/frictionlessdata/frictionless-py/issues/1610))

## v5.15

- Local development has been migrated to using [Hatch](https://hatch.pypa.io/latest/)
Expand Down
2 changes: 1 addition & 1 deletion frictionless/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Version

VERSION = "5.17.0"
VERSION = "5.17.1"

# General

Expand Down

0 comments on commit bc67dee

Please sign in to comment.