From a9413171b07dc54e040bc4dd2ffb9d58fbba39b9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:40:16 +0200 Subject: [PATCH] "version: 0.2.1" (#23) ## v0.2.1 - 2024-06-21 Co-authored-by: serramatutu --- .changes/unreleased/Chore-20240620-123207.yaml | 3 --- .changes/unreleased/Under the Hood-20240620-130850.yaml | 3 --- .changes/v0.2.1.md | 5 +++++ CHANGELOG.md | 6 ++++++ dbtsl/__about__.py | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) delete mode 100644 .changes/unreleased/Chore-20240620-123207.yaml delete mode 100644 .changes/unreleased/Under the Hood-20240620-130850.yaml create mode 100644 .changes/v0.2.1.md diff --git a/.changes/unreleased/Chore-20240620-123207.yaml b/.changes/unreleased/Chore-20240620-123207.yaml deleted file mode 100644 index 14d1fd3..0000000 --- a/.changes/unreleased/Chore-20240620-123207.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chore -body: Fix create release CI -time: 2024-06-20T12:32:07.600724+02:00 diff --git a/.changes/unreleased/Under the Hood-20240620-130850.yaml b/.changes/unreleased/Under the Hood-20240620-130850.yaml deleted file mode 100644 index 4591642..0000000 --- a/.changes/unreleased/Under the Hood-20240620-130850.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Under the Hood -body: Change how clients create and poll for query results -time: 2024-06-20T13:08:50.067409+02:00 diff --git a/.changes/v0.2.1.md b/.changes/v0.2.1.md new file mode 100644 index 0000000..05c7187 --- /dev/null +++ b/.changes/v0.2.1.md @@ -0,0 +1,5 @@ +## v0.2.1 - 2024-06-21 +### Under the Hood +* Change how clients create and poll for query results +### Chore +* Fix create release CI diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e63037..0a47c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie). +## v0.2.1 - 2024-06-21 +### Under the Hood +* Change how clients create and poll for query results +### Chore +* Fix create release CI + ## v0.2.0 - 2024-06-19 ### Features * Add `query()` to sync client diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index 6c5007c..91ee717 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.2.0" +VERSION = "0.2.1"