Skip to content

Commit 8737a76

Browse files
committed
bumped version and updated changelog
1 parent 5fa0315 commit 8737a76

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## Version 0.1.1
4+
- Migrated CI/CD from self-hosted to GitHub-hosted runners
5+
- Added automated documentation publishing to GitHub Pages
6+
- Pinned UV setup action to specific commit hash for stability
7+
- Improved CI workflow organization with dedicated `build-docs` job
8+
39
## Version 0.1.0
410
- Initial commit contains all the basic functionality for the library
511
- Added documentation

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.0"
3+
version = "0.1.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"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)