diff --git a/.changes/unreleased/Dependencies-20240809-170009.yaml b/.changes/unreleased/Dependencies-20240809-170009.yaml deleted file mode 100644 index 372fba0..0000000 --- a/.changes/unreleased/Dependencies-20240809-170009.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Dependencies -body: Relaxed dependency constraints -time: 2024-08-09T17:00:09.507206+02:00 diff --git a/.changes/v0.3.1.md b/.changes/v0.3.1.md new file mode 100644 index 0000000..03dbe33 --- /dev/null +++ b/.changes/v0.3.1.md @@ -0,0 +1,3 @@ +## v0.3.1 - 2024-08-09 +### Dependencies +* Relaxed dependency constraints diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b65bbf..e74b056 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.3.1 - 2024-08-09 +### Dependencies +* Relaxed dependency constraints + ## v0.3.0 - 2024-07-09 ### Features * Added `saved_query` fetching via GraphQL diff --git a/dbtsl/__about__.py b/dbtsl/__about__.py index 867e4b1..a9febb4 100644 --- a/dbtsl/__about__.py +++ b/dbtsl/__about__.py @@ -1 +1 @@ -VERSION = "0.3.0" +VERSION = "0.3.1"