Skip to content

Commit ad40f24

Browse files
committed
add changelog
1 parent c0a26ed commit ad40f24

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
9-
10-
### Added
11-
- Professional repository baseline:
12-
- CI workflow with lint, type checks, tests, and secret scanning gates.
13-
- `pre-commit` with `ruff`, `mypy`, and `gitleaks`.
14-
- `Makefile`, `CODEOWNERS`, and PR template.
15-
- Initial `SECURITY.md` and packaging metadata improvements.
8+
## [0.1.11] - 2026-06-15
9+
10+
### Changed
11+
12+
- Bumped bundled `tinybird` CLI dependency to `4.6.1`.
13+
- Updated branch data config handling to use `branch_data_mode`; legacy `branch_data_on_create` now triggers an explicit migration error.
14+
- `branch_data_mode` now only accepts `last_partition` as a user-facing value.
15+
- In `dev_mode=local`, branch data mode warnings are now shown only when `branch_data_mode` is explicitly set in `tinybird.config.json`.
16+
- `tinybird branch create` and `tinybird branch clear` now show a deprecation warning (instead of failing) when `--ignore-datasource` is passed, then continue by ignoring that flag.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
]
1010
requires-python = ">=3.11"
1111
dependencies = [
12-
"tinybird==4.6.0",
12+
"tinybird==4.6.1",
1313
]
1414
classifiers = [
1515
"Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)