Skip to content

Commit 42a7116

Browse files
Bump version to 0.0.4
1 parent aff52ea commit 42a7116

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
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
12+
### Changed
13+
14+
### Deprecated
15+
16+
### Removed
17+
18+
### Fixed
19+
20+
### Security
21+
22+
## [0.0.4] - 2026-01-28
23+
1024
### Added
1125
- **dagster-integrations**: Added comprehensive audit summary document (AUDIT_SUMMARY.md)
1226
- Documents all 82+ integration verifications
@@ -121,7 +135,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121135
- Modern type syntax (list[str], str | None)
122136
- Pathlib operations and ABC-based interfaces
123137

124-
[Unreleased]: https://github.com/dagster-io/claude-plugins-dagster/compare/v0.0.3...HEAD
138+
[Unreleased]: https://github.com/dagster-io/claude-plugins-dagster/compare/v0.0.4...HEAD
125139
[0.0.2]: https://github.com/dagster-io/claude-plugins-dagster/releases/tag/v0.0.2
126140
[0.0.3]: https://github.com/dagster-io/claude-plugins-dagster/releases/tag/v0.0.3
141+
[0.0.4]: https://github.com/dagster-io/claude-plugins-dagster/releases/tag/v0.0.4
127142
[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.3"
4+
"version": "0.0.4"
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.3"
4+
"version": "0.0.4"
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.3"
4+
"version": "0.0.4"
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.3"
4+
"version": "0.0.4"
55
}

0 commit comments

Comments
 (0)