Skip to content

Commit

Permalink
Version bump to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
turukawa committed Aug 10, 2023
1 parent 3acdd68 commit 2bea847
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
@@ -1,3 +1,4 @@
- 1.0.8: CategoryModel terms now use StrictBool to avoid Pydantic's liberal interpretation of booleans.
- 1.0.7: Minor fix.
- 1.0.6: Minor fix.
- 1.0.5: Additional ambiguity checks for category term edge case where source or destination fields can share category names.
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog.md
Expand Up @@ -3,11 +3,15 @@ title: Change log
summary: Version history, including for legacy versions.
authors:
- Gavin Chait
date: 2023-08-09
date: 2023-08-10
tags: wrangling, crosswalks, versions
---
# Change log

## Version 1.0.8 (2023-08-10)

- CategoryModel terms now use StrictBool to avoid Pydantic's liberal interpretation of booleans.

## Version 1.0.7 (2023-08-09)

- Minor fix.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "whyqd"
version = "1.0.7"
version = "1.0.8"
description = "data wrangling simplicity, complete audit transparency, and at speed"
authors = ["Gavin Chait <gchait@whythawk.com>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion whyqd/VERSION
@@ -1 +1 @@
1.0.7
1.0.8

0 comments on commit 2bea847

Please sign in to comment.