Skip to content

Commit 1d07cd0

Browse files
chore(main): release 0.5.1
1 parent 364d82a commit 1d07cd0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.1](https://github.com/getyourguide/dataframe-expectations/compare/v0.5.0...v0.5.1) (2025-12-01)
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+
* minor corrections to readme ([15fa72d](https://github.com/getyourguide/dataframe-expectations/commit/15fa72d7d3b9a5aa3e245801d4c051a765afa598))
11+
* minor corrections to readme ([3358d23](https://github.com/getyourguide/dataframe-expectations/commit/3358d237fe3a34b959e9fb95cb3e3be8b81e4dd8))
12+
* partitioned readme ([8cf59b1](https://github.com/getyourguide/dataframe-expectations/commit/8cf59b15bfa709c6f00d7039615f0fd1d4e36f31))
13+
* partitioned readme ([30500e7](https://github.com/getyourguide/dataframe-expectations/commit/30500e798d94898dd02c72c905ed29740f0be963))
14+
315
## [0.5.0](https://github.com/getyourguide/dataframe-expectations/compare/v0.4.0...v0.5.0) (2025-11-22)
416

517

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)