Skip to content

Commit f72a118

Browse files
version: 0.9.1 (#76)
## v0.9.1 - 2025-03-31 ### Fixes * Added `FlexibleEnumMeta` to make enums non-breaking when we add a new value to the API. ### Chore * Fix release CI tags pattern * Add code quality check on merge to `main` and on publish to PyPI Co-authored-by: serramatutu <[email protected]>
1 parent e2ccdf3 commit f72a118

File tree

6 files changed

+14
-10
lines changed

6 files changed

+14
-10
lines changed

.changes/unreleased/Chore-20250327-101226.yaml

-3
This file was deleted.

.changes/unreleased/Chore-20250331-133422.yaml

-3
This file was deleted.

.changes/unreleased/Fixes-20250327-184148.yaml

-3
This file was deleted.

.changes/v0.9.1.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## v0.9.1 - 2025-03-31
2+
### Fixes
3+
* Added `FlexibleEnumMeta` to make enums non-breaking when we add a new value to the API.
4+
### Chore
5+
* Fix release CI tags pattern
6+
* Add code quality check on merge to `main` and on publish to PyPI

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
Do not edit this file manually, it is generated automatically by [changie](https://github.com/miniscruff/changie).
55

66

7+
## v0.9.1 - 2025-03-31
8+
### Fixes
9+
* Added `FlexibleEnumMeta` to make enums non-breaking when we add a new value to the API.
10+
### Chore
11+
* Fix release CI tags pattern
12+
* Add code quality check on merge to `main` and on publish to PyPI
13+
714
## v0.9.0 - 2025-03-24
815
### Deprecations
916
* `ExponentialBackoff.timeout_ms` is now deprecated. Prefer setting `total_timeout` in the global `TimeoutOptions`.

dbtsl/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.9.0"
1+
VERSION = "0.9.1"

0 commit comments

Comments
 (0)