Skip to content

Commit

Permalink
v0.0.4 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic authored Jul 28, 2023
1 parent 64e6dc0 commit 3467bab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.0.4
* Removed pydantic dependency
* Fixed issues with special characters in column names
* Fixed readme docs
* Added integer and decimal rules
* Fixed case insensitive regex expressions

## v0.0.3
* Upgraded pydantic dependency to 2.0
* Added support for special characters in column names
Expand Down
2 changes: 1 addition & 1 deletion discoverx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.3"
__version__ = "0.0.4"

0 comments on commit 3467bab

Please sign in to comment.