Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.8.1_9199371163 into target 1.8.late…
Browse files Browse the repository at this point in the history
…st during release process
  • Loading branch information
FishtownBuildBot committed May 22, 2024
2 parents af134bb + 48a3a09 commit 11ea573
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 34 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.0
current_version = 1.8.1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
15 changes: 15 additions & 0 deletions .changes/1.8.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## dbt-core 1.8.1 - May 22, 2024

### Fixes

- Add resource type to saved_query ([#10168](https://github.com/dbt-labs/dbt-core/issues/10168))

### Docs

- Enable display of unit tests ([dbt-docs/#501](https://github.com/dbt-labs/dbt-docs/issues/501))
- Unit tests not rendering ([dbt-docs/#506](https://github.com/dbt-labs/dbt-docs/issues/506))
- Add support for Saved Query node ([dbt-docs/#486](https://github.com/dbt-labs/dbt-docs/issues/486))

### Security

- Explicitly bind to localhost in docs serve ([#10209](https://github.com/dbt-labs/dbt-core/issues/10209))
6 changes: 0 additions & 6 deletions .changes/unreleased/Docs-20240311-140344.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Docs-20240501-021050.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Docs-20240516-223036.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20240516-223510.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Security-20240522-094540.yaml

This file was deleted.

19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
- "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.1 - May 22, 2024

### Fixes

- Add resource type to saved_query ([#10168](https://github.com/dbt-labs/dbt-core/issues/10168))

### Docs

- Enable display of unit tests ([dbt-docs/#501](https://github.com/dbt-labs/dbt-docs/issues/501))
- Unit tests not rendering ([dbt-docs/#506](https://github.com/dbt-labs/dbt-docs/issues/506))
- Add support for Saved Query node ([dbt-docs/#486](https://github.com/dbt-labs/dbt-docs/issues/486))

### Security

- Explicitly bind to localhost in docs serve ([#10209](https://github.com/dbt-labs/dbt-core/issues/10209))



## dbt-core 1.8.0 - May 09, 2024

### Breaking Changes
Expand Down Expand Up @@ -282,7 +300,6 @@
- [@tlento](https://github.com/tlento) ([#9012](https://github.com/dbt-labs/dbt-core/issues/9012), [#9671](https://github.com/dbt-labs/dbt-core/issues/9671))
- [@tonayya](https://github.com/tonayya) ([#9252](https://github.com/dbt-labs/dbt-core/issues/9252))


## Previous Releases

For information on prior major and minor releases, see their changelogs:
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.0"
__version__ = "1.8.1"
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.0"
package_version = "1.8.1"
description = """With dbt, data analysts and engineers can build analytics \
the way engineers build applications."""

Expand Down

0 comments on commit 11ea573

Please sign in to comment.