Skip to content

Commit

Permalink
chore: release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Jan 29, 2025
1 parent 23b4519 commit 6e60bbd
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
10 changes: 10 additions & 0 deletions .changes/1.1.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 1.1.10 - 2025-01-29
### Added
* Match on corresponding node when passing yaml file path(s) in positional selectors ie like with pre-commit
* Initial support for versioned model inheritance and operations
* Position filepath arguments pointed directly at YAML files will select all the nodes associated with the yaml file allowing better pre-commit function
### Changed
* Relax ruamel.yaml version constraint
* Superseded makefile with taskfile as first step to have 1:1 parity and consistency between CI with local testing -- an interesting use of uv (like nox)
### Removed
* Remove requirements.txt, just use uv
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20250118-014336.yaml

This file was deleted.

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


## 1.1.10 - 2025-01-29
### Added
* Match on corresponding node when passing yaml file path(s) in positional selectors ie like with pre-commit
* Initial support for versioned model inheritance and operations
* Position filepath arguments pointed directly at YAML files will select all the nodes associated with the yaml file allowing better pre-commit function
### Changed
* Relax ruamel.yaml version constraint
* Superseded makefile with taskfile as first step to have 1:1 parity and consistency between CI with local testing -- an interesting use of uv (like nox)
### Removed
* Remove requirements.txt, just use uv

## 1.1.9 - 2025-01-17
### Added
* best effort pass through of unrendered extra inheritables
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.9"
version = "1.1.10"
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 6e60bbd

Please sign in to comment.