From 6b1acb02a41723b9f10d9899279fcab437b18102 Mon Sep 17 00:00:00 2001 From: Tomas Votava Date: Sun, 19 May 2024 22:45:48 +0200 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.0.1=20=E2=86=92=200.1.0?= 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 c87dd41..7be2e40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"