Skip to content

Commit

Permalink
Bumping version to 1.8.9 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Nov 21, 2024
1 parent 1d9c536 commit e2d5e20
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.8
current_version = 1.8.9
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
5 changes: 5 additions & 0 deletions .changes/1.8.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## dbt-core 1.8.9 - November 21, 2024

### Under the Hood

- Pin dbt-common and dbt-adapters with upper bound of 2.0. ([#11024](https://github.com/dbt-labs/dbt-core/issues/11024))
6 changes: 0 additions & 6 deletions .changes/unreleased/Under the Hood-20241121-105350.yaml

This file was deleted.

9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-core/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-core 1.8.9 - November 21, 2024

### Under the Hood

- Pin dbt-common and dbt-adapters with upper bound of 2.0. ([#11024](https://github.com/dbt-labs/dbt-core/issues/11024))



## dbt-core 1.8.8 - October 23, 2024

### Fixes
Expand All @@ -22,7 +30,6 @@
### Contributors
- [@katsugeneration](https://github.com/katsugeneration) ([#10754](https://github.com/dbt-labs/dbt-core/issues/10754))


## dbt-core 1.8.7 - September 24, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion core/dbt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,5 @@ def _get_adapter_plugin_names() -> Iterator[str]:
yield plugin_name


__version__ = "1.8.8"
__version__ = "1.8.9"
installed = get_installed_version()
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@


package_name = "dbt-core"
package_version = "1.8.8"
package_version = "1.8.9"
description = """With dbt, data analysts and engineers can build analytics \
the way engineers build applications."""

Expand Down

0 comments on commit e2d5e20

Please sign in to comment.