Skip to content

Commit 46c1a54

Browse files
Bump version to 0.0.3
1 parent 60a6220 commit 46c1a54

5 files changed

Lines changed: 20 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111

12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [0.0.3] - 2026-01-28
23+
24+
### Added
25+
1226
### Changed
1327
- **dg**: Simplified `/dg:launch` skill documentation
1428
- Clarified that `.env` files are automatically loaded by Dagster
@@ -79,6 +93,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7993
- Modern type syntax (list[str], str | None)
8094
- Pathlib operations and ABC-based interfaces
8195

82-
[Unreleased]: https://github.com/dagster-io/claude-plugins-dagster/compare/v0.0.2...HEAD
96+
[Unreleased]: https://github.com/dagster-io/claude-plugins-dagster/compare/v0.0.3...HEAD
8397
[0.0.2]: https://github.com/dagster-io/claude-plugins-dagster/releases/tag/v0.0.2
98+
[0.0.3]: https://github.com/dagster-io/claude-plugins-dagster/releases/tag/v0.0.3
8499
[0.0.1]: https://github.com/dagster-io/claude-plugins-dagster/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.2"
4+
"version": "0.0.3"
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.2"
4+
"version": "0.0.3"
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.2"
4+
"version": "0.0.3"
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.2"
4+
"version": "0.0.3"
55
}

0 commit comments

Comments
 (0)