Skip to content

Commit

Permalink
chore: update changelog and cut new release
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jan 17, 2025
1 parent c838fd7 commit 3fea754
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 6 additions & 0 deletions .changes/1.1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## 1.1.9 - 2025-01-17
### Added
* best effort pass through of unrendered extra inheritables
### Fixed
* Only inject node description if yaml description is empty
* Correct path matching for positional args
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20250117-004016.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20250117-001238.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20250117-003237.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 1.1.9 - 2025-01-17
### Added
* best effort pass through of unrendered extra inheritables
### Fixed
* Only inject node description if yaml description is empty
* Correct path matching for positional args

## 1.1.8 - 2025-01-08
### Changed
* more string dumping improvements including canonicalization by default and dynamic determination of flow style based on line breaks or len vs config width
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "dbt-osmosis"
version = "1.1.8"
version = "1.1.9"
description = "A dbt utility for managing YAML to make developing with dbt more delightful."
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down

0 comments on commit 3fea754

Please sign in to comment.