Skip to content

Commit 9998109

Browse files
Bump version to 0.0.10
1 parent 4e03246 commit 9998109

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "dagster-skills",
33
"description": "Dagster skills for CLI operations, best practices, integrations, and Python standards",
4-
"version": "0.0.9"
4+
"version": "0.0.10"
55
}

CHANGELOG.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [0.0.10] - 2026-02-27
23+
24+
### Added
25+
1226
Improved skill selection logic and routing.
1327

1428
### Changed
@@ -357,7 +371,7 @@ Removed the dagster-integrations skill, and incorporated its functionality into
357371
- Modern type syntax (list[str], str | None)
358372
- Pathlib operations and ABC-based interfaces
359373

360-
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.9...HEAD
374+
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.10...HEAD
361375
[0.0.7]: https://github.com/dagster-io/skills/releases/tag/v0.0.7
362376
[0.0.6]: https://github.com/dagster-io/skills/releases/tag/v0.0.6
363377
[0.0.5]: https://github.com/dagster-io/skills/releases/tag/v0.0.5
@@ -366,4 +380,5 @@ Removed the dagster-integrations skill, and incorporated its functionality into
366380
[0.0.2]: https://github.com/dagster-io/skills/releases/tag/v0.0.2
367381
[0.0.8]: https://github.com/dagster-io/skills/releases/tag/v0.0.8
368382
[0.0.9]: https://github.com/dagster-io/skills/releases/tag/v0.0.9
369-
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1
383+
[0.0.10]: https://github.com/dagster-io/skills/releases/tag/v0.0.10
384+
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1

0 commit comments

Comments
 (0)