Skip to content

Commit c07dcb1

Browse files
chore(main): release 0.5.1
1 parent 8cf59b1 commit c07dcb1

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.5.0"
2+
".": "0.5.1"
33
}

CHANGELOG.md

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

3+
## [0.5.1](https://github.com/getyourguide/dataframe-expectations/compare/v0.5.0...v0.5.1) (2025-11-23)
4+
5+
6+
### Documentation
7+
8+
* improved the API docs website ([df9f7b1](https://github.com/getyourguide/dataframe-expectations/commit/df9f7b19008189df2ea804885d90de84d16f9d61))
9+
* improved the API docs website ([966ea5a](https://github.com/getyourguide/dataframe-expectations/commit/966ea5a9ccaea76c383a9cedca2feadb1038ce7a))
10+
* partitioned readme ([8cf59b1](https://github.com/getyourguide/dataframe-expectations/commit/8cf59b15bfa709c6f00d7039615f0fd1d4e36f31))
11+
* partitioned readme ([30500e7](https://github.com/getyourguide/dataframe-expectations/commit/30500e798d94898dd02c72c905ed29740f0be963))
12+
313
## [0.5.0](https://github.com/getyourguide/dataframe-expectations/compare/v0.4.0...v0.5.0) (2025-11-22)
414

515

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dataframe-expectations"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "Python library designed to validate Pandas and PySpark DataFrames using customizable, reusable expectations"
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
 (0)