Skip to content

Commit 71ad43b

Browse files
v5.17.1
1 parent 8b17d59 commit 71ad43b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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).
44

5+
## v5.17.1
6+
7+
- fix: deprecated dependencies ([PR 1674](https://github.com/frictionlessdata/frictionless-py/pull/1674))
8+
- fix: unexpected "missing-label" error with option `header_case = False` ([#1635](https://github.com/frictionlessdata/frictionless-py/issues/1635))
9+
- fix: KeyError when a "primaryKey" is missing ([#1633](https://github.com/frictionlessdata/frictionless-py/issues/1633))
10+
- fix: unexpected field-error for a boolean "example" with "trueValues" or
11+
"falseValues" properties ([#1610](https://github.com/frictionlessdata/frictionless-py/issues/1610))
12+
513
## v5.15
614

715
- Local development has been migrated to using [Hatch](https://hatch.pypa.io/latest/)

frictionless/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# Version
77

8-
VERSION = "5.17.0"
8+
VERSION = "5.17.1"
99

1010
# General
1111

0 commit comments

Comments
 (0)