Skip to content

Commit c8073ea

Browse files
Bump version to 0.0.9
1 parent f9a01e7 commit c8073ea

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.8"
4+
"version": "0.0.9"
55
}

CHANGELOG.md

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

1818
### Fixed
1919

20+
### Security
21+
22+
## [0.0.9] - 2026-02-11
23+
24+
### Added
25+
26+
### Changed
27+
28+
### Deprecated
29+
30+
### Removed
31+
32+
### Fixed
33+
2034
- **all-skills**: Fix plugin directory structure so Claude Code can discover skills. Each plugin source now includes `.claude-plugin/plugin.json` and places `SKILL.md` under `skills/<name>/` subdirectory matching the expected convention-based layout.
2135

2236
### Security
@@ -339,12 +353,13 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
339353
- Modern type syntax (list[str], str | None)
340354
- Pathlib operations and ABC-based interfaces
341355

342-
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.8...HEAD
356+
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.9...HEAD
343357
[0.0.7]: https://github.com/dagster-io/skills/releases/tag/v0.0.7
344358
[0.0.6]: https://github.com/dagster-io/skills/releases/tag/v0.0.6
345359
[0.0.5]: https://github.com/dagster-io/skills/releases/tag/v0.0.5
346360
[0.0.4]: https://github.com/dagster-io/skills/releases/tag/v0.0.4
347361
[0.0.3]: https://github.com/dagster-io/skills/releases/tag/v0.0.3
348362
[0.0.2]: https://github.com/dagster-io/skills/releases/tag/v0.0.2
349363
[0.0.8]: https://github.com/dagster-io/skills/releases/tag/v0.0.8
350-
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1
364+
[0.0.9]: https://github.com/dagster-io/skills/releases/tag/v0.0.9
365+
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1

0 commit comments

Comments
 (0)