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"