Skip to content

Commit 74fce5f

Browse files
Bump version to 0.0.6
1 parent 856ae09 commit 74fce5f

5 files changed

Lines changed: 21 additions & 6 deletions

File tree

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.6] - 2026-01-29
23+
24+
### Added
25+
1226
- **dg**: `/dg:list` command and skill for discovering and inspecting Dagster definitions
1327
- Complete documentation for `dg list` CLI command group
1428
- `dg list defs` - List all registered definitions (assets, jobs, schedules, sensors, resources)
@@ -199,9 +213,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
199213
- Modern type syntax (list[str], str | None)
200214
- Pathlib operations and ABC-based interfaces
201215

202-
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.5...HEAD
216+
[Unreleased]: https://github.com/dagster-io/skills/compare/v0.0.6...HEAD
203217
[0.0.2]: https://github.com/dagster-io/skills/releases/tag/v0.0.2
204218
[0.0.3]: https://github.com/dagster-io/skills/releases/tag/v0.0.3
205219
[0.0.4]: https://github.com/dagster-io/skills/releases/tag/v0.0.4
206220
[0.0.5]: https://github.com/dagster-io/skills/releases/tag/v0.0.5
207-
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1
221+
[0.0.6]: https://github.com/dagster-io/skills/releases/tag/v0.0.6
222+
[0.0.1]: https://github.com/dagster-io/skills/releases/tag/v0.0.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "dagster-conventions",
33
"description": "Comprehensive Dagster development conventions and best practices",
4-
"version": "0.0.5"
4+
"version": "0.0.6"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "dagster-integrations",
33
"description": "Comprehensive index of 82+ Dagster integrations including cloud platforms, data warehouses, ETL tools, AI/ML, and more",
4-
"version": "0.0.5"
4+
"version": "0.0.6"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "dg",
33
"description": "Dagster CLI commands for launching assets, debugging runs, analyzing logs, and troubleshooting",
4-
"version": "0.0.5"
4+
"version": "0.0.6"
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "dignified-python",
33
"description": "Production-tested Python coding standards with version-aware type annotations and LBYL exception patterns",
4-
"version": "0.0.5"
4+
"version": "0.0.6"
55
}

0 commit comments

Comments
 (0)