Skip to content

Commit c92fa04

Browse files
committed
bump version to 0.12.0
1 parent 90afca9 commit c92fa04

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.12.0
6+
7+
- Add support for regex patterns used with column dtype validation
8+
59
## 0.11.0
610

711
- Update function parameter types for better type safety

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.11.0"
3+
version = "0.12.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)