Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
bump: version 0.1.4 → 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 22, 2022
1 parent bf11da7 commit dcda444
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.1.5 (2022-08-22)

### Fix

- add changelog.md file (#25)

## 0.1.4 (2022-08-22)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tap-anvil"
version = "0.1.4"
version = "0.1.5"
description = "A Singer tap for Anvil, a tool for programmatically filling out PDF forms."
authors = ["Kshitij Aranke <kshitij@aranke.org>"]
keywords = ["singer", "tap", "anvil"]
Expand All @@ -26,7 +26,7 @@ types-requests = "^2.28.9"

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.1.4"
version = "0.1.5"
version_files = ["pyproject.toml:version"]

[build-system]
Expand Down

0 comments on commit dcda444

Please sign in to comment.