From 7630cbf53e81ae8694c083da85136014e89aa820 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 18:04:19 +0200 Subject: [PATCH] version: 0.3.1 (#37) ## v0.3.1 - 2024-08-09 ### Dependencies * Relaxed dependency constraints Co-authored-by: serramatutu --- .changes/unreleased/Dependencies-20240809-170009.yaml | 3 --- .changes/v0.3.1.md | 3 +++ CHANGELOG.md | 4 ++++ dbtsl/__about__.py | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 .changes/unreleased/Dependencies-20240809-170009.yaml create mode 100644 .changes/v0.3.1.md 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"