Skip to content

Commit

Permalink
bump: version 0.0.1 → 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasvotava committed May 19, 2024
1 parent 89efeec commit 6b1acb0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 0.1.0 (2024-05-19)

### Feat

- make sure we support python 3.9 through 3.11 (#6)
- improve array types (#5)
- slugify entity names (#4)
- tap-airtable (basic functionality)

### Fix

- update types mapping to better support array subtypes (#3)
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "tap-airtable"
version = "0.1.0"
description = "`tap-airtable` is a Singer tap for Airtable, built with the Meltano SDK for Singer Taps."
description = "tap-airtable is a Singer tap for Airtable, built with the Meltano SDK for Singer Taps."
authors = ["Tomas Votava"]
keywords = ["ELT", "Airtable"]
license = "Apache 2.0"
Expand Down

0 comments on commit 6b1acb0

Please sign in to comment.