Skip to content

Commit

Permalink
Merge version bump and changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Feb 14, 2025
2 parents b26f4bc + 3f55495 commit 3152349
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 32 deletions.
12 changes: 12 additions & 0 deletions .changes/9.9.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## dbt-common 9.9.9 - February 14, 2025

### Features

- Add syntax support for types on macro parameters. ([#229](https://github.com/dbt-labs/dbt-common/issues/229))
- Add '@auto_record_function' for less verbose record/replay annotaitons ([#240](https://github.com/dbt-labs/dbt-common/issues/240))
- Add override and serialization capabilities to record/replay ([#241](https://github.com/dbt-labs/dbt-common/issues/241))
- Add "invocation_started_at" global field ([#245](https://github.com/dbt-labs/dbt-common/issues/245))

### Fixes

- Refine support for classmethods in record/replay ([#243](https://github.com/dbt-labs/dbt-common/issues/243))
6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20241210-144247.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20250124-164923.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20250129-161242.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Features-20250213-135245.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20250204-160452.yaml

This file was deleted.

16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,27 @@
- "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-common/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## dbt-common 9.9.9 - February 14, 2025

### Features

- Add syntax support for types on macro parameters. ([#229](https://github.com/dbt-labs/dbt-common/issues/229))
- Add '@auto_record_function' for less verbose record/replay annotaitons ([#240](https://github.com/dbt-labs/dbt-common/issues/240))
- Add override and serialization capabilities to record/replay ([#241](https://github.com/dbt-labs/dbt-common/issues/241))
- Add "invocation_started_at" global field ([#245](https://github.com/dbt-labs/dbt-common/issues/245))

### Fixes

- Refine support for classmethods in record/replay ([#243](https://github.com/dbt-labs/dbt-common/issues/243))



## dbt-common 1.14.0 - December 4, 2024

### Fixes

- Generic exception handling during jinja compilation ([#225](https://github.com/dbt-labs/dbt-common/issues/225))


## dbt-common 1.13.0 - November 19, 2024

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt_common/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.14.0"
version = "9.9.9"

0 comments on commit 3152349

Please sign in to comment.