Skip to content

Commit

Permalink
version: 0.8.0 (#64)
Browse files Browse the repository at this point in the history
## v0.8.0 - 2024-12-13
### Features
* Double the max message size
  • Loading branch information
github-actions[bot] authored Dec 18, 2024
1 parent 07706df commit ef984bf
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Features-20241213-104739.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .changes/v0.8.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.8.0 - 2024-12-13
### Features
* Double the max message size
4 changes: 1 addition & 3 deletions .github/workflows/changelog-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ on:
branches:
- main


jobs:
check-changelog:
runs-on: ubuntu-latest
if: "!startsWith(github.event.head_commit.message, 'version:')"
if: "!startsWith(github.event.pull_request.title, 'version:')"
steps:
- uses: actions/checkout@v4
- run: git fetch --depth=1 origin main
Expand Down Expand Up @@ -48,4 +47,3 @@ jobs:
echo "Changelog has version '$CHANGELOG_VERSION' while package has '$PACKAGE_VERSION'."
exit 1
fi
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
code-quality:
runs-on: ubuntu-latest
if: "!startsWith(github.event.pull_request.title, 'version:')"
steps:
- uses: actions/checkout@v4

Expand All @@ -31,4 +32,3 @@ jobs:
SL_HOST: ${{ secrets.TEST_HOST }}
SL_ENV_ID: ${{ secrets.TEST_ENV_ID }}
SL_TOKEN: ${{ secrets.TEST_TOKEN }}

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0 - 2024-12-13
### Features
* Double the max message size

## v0.7.0 - 2024-11-14
### Features
* Support for adhoc queries with only groupby. This is equivalent to listing dimension values.
Expand Down
2 changes: 1 addition & 1 deletion dbtsl/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "0.7.0"
VERSION = "0.8.0"

0 comments on commit ef984bf

Please sign in to comment.