From bdb6ffb32c910dcab5079da46f42067e88794067 Mon Sep 17 00:00:00 2001 From: Tomas Votava Date: Sun, 19 May 2024 19:09:06 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0=20(?= =?UTF-8?q?#7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4ccd489 --- /dev/null +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index b3e4860..cee847b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tap-airtable" -version = "0.0.1" +version = "0.1.0" description = "`tap-airtable` is a Singer tap for Airtable, built with the Meltano SDK for Singer Taps." authors = ["Tomas Votava"] keywords = ["ELT", "Airtable"]