From 1d6d90ac27ef22484ecbec4f8dc2ca7b9bfe8c58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:05:26 +0000 Subject: [PATCH] chore(main): release 0.0.7 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf964f2..7e4c0e61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.7](https://github.com/launchflow/buildflow/compare/v0.0.6...v0.0.7) (2023-03-15) + + +### Bug Fixes + +* add better error handling for streaming failutes ([8e10580](https://github.com/launchflow/buildflow/commit/8e10580ca7423aec949c757fedeb3d61b466f1a5)) + ## [0.0.6](https://github.com/launchflow/buildflow/compare/v0.0.5...v0.0.6) (2023-03-15) diff --git a/pyproject.toml b/pyproject.toml index af0353f8..faccc529 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "buildflow" -version = "0.0.6" +version = "0.0.7" authors = [ { name = "Caleb Van Dyke", email = "caleb@launchflow.com" }, { name = "Josh Tanke", email = "josh@launchflow.com" },