Skip to content

Commit 5651936

Browse files
committed
bump version to 0.10.0
1 parent edc47ff commit 5651936

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 0.10.0
6+
7+
- Add support for regex patterns in column name validation
8+
59
## 0.9.4
610

711
- Fix to strict flag loading when tool config was missing

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "daffy"
3-
version = "0.9.4"
3+
version = "0.10.0"
44
description = "Function decorators for Pandas and Polars Dataframe column name and data type validation"
55
authors = [
66
{ name="Janne Sinivirta", email="[email protected]" },

0 commit comments

Comments
 (0)