From d255a9ea182bc1965e2888b70fb9ff9009b2c2fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 20:13:00 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..73317d6a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.1.0 (2023-02-22) + + +### Bug Fixes + +* update duckdb connection ([b0a906e](https://github.com/launchflow/buildflow/commit/b0a906ef7897ca0210243da7346c981b9c445918)) +* update error handling for pubsub and concurrency for duckdb ([6eee3ae](https://github.com/launchflow/buildflow/commit/6eee3ae2e60a40c22a7fd517edb387a22d336f58)) diff --git a/pyproject.toml b/pyproject.toml index c9503d69..9c72e68e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "buildflow" -version = "0.0.1" +version = "0.1.0" authors = [ { name = "Caleb Van Dyke", email = "caleb@launchflow.com" }, { name = "Josh Tanke", email = "josh@launchflow.com" },