Skip to content

Commit 4ffa535

Browse files
chore(main): release dataframe-expectations 0.1.2
1 parent 1b6d79a commit 4ffa535

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
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.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
1-
# Changelog dataframe-expectations
1+
# Changelog
2+
3+
## [0.1.2](https://github.com/getyourguide/dataframe-expectations/compare/dataframe-expectations-v0.1.1...dataframe-expectations-v0.1.2) (2025-11-02)
4+
5+
6+
### Bug Fixes
7+
8+
* added more badges to readme ([5447db1](https://github.com/getyourguide/dataframe-expectations/commit/5447db199d7d883234d243dee029b6444e38d64f))
9+
* added more badges to readme ([6c1b0bf](https://github.com/getyourguide/dataframe-expectations/commit/6c1b0bf4031ab5c5b66e82fe91424033452b7347))
10+
* added publishing and release workflows ([3f89e95](https://github.com/getyourguide/dataframe-expectations/commit/3f89e950b9b2a9fdae844ad082c75e5329425722))
11+
* added publishing and release workflows ([fd1308b](https://github.com/getyourguide/dataframe-expectations/commit/fd1308bc33f52de1b6aa5b520d9674e1e7374e9d))
12+
* pinned action commit hashes, updated pr template ([f7b731f](https://github.com/getyourguide/dataframe-expectations/commit/f7b731fd3377086b328be12ab533522fc4cc1afb))
13+
* updated release-please hash to approve version ([9a0b793](https://github.com/getyourguide/dataframe-expectations/commit/9a0b7934e2342a743f84c77063b95fb0d21877f4))
14+
* updated release-please hash to approve version ([218e560](https://github.com/getyourguide/dataframe-expectations/commit/218e56057c0f7430dc15070bb6eac62c2ff78147))
15+
16+
17+
### Documentation
18+
19+
* updated readme ([1e9a92c](https://github.com/getyourguide/dataframe-expectations/commit/1e9a92c61dba3718eac6360e7a02fe0d8b0fd054))
20+
21+
## Changelog dataframe-expectations
222

323
## Version 0.1.1
424
- Migrated CI/CD from self-hosted to GitHub-hosted runners

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.1.1"
3+
version = "0.1.2"
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)