Compare commits
2 commits
f34cec1934
...
f08036704c
| Author | SHA1 | Date | |
|---|---|---|---|
| f08036704c | |||
| 155fed815e |
4 changed files with 28 additions and 2 deletions
8
.project/kanban/done/DEW-0039.md
Normal file
8
.project/kanban/done/DEW-0039.md
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
---
|
||||||
|
id: DEW-0039
|
||||||
|
title: Patch dew executable metadata
|
||||||
|
type: bug
|
||||||
|
created: 2026-05-05T05:50:16.131256Z
|
||||||
|
---
|
||||||
|
|
||||||
|
Publish a CLI patch release because dew 0.4.0 omitted the pubspec executables stanza, so dart pub global activate dew does not install the dew launcher.
|
||||||
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [0.4.1] - 2026-05-05
|
||||||
|
|
||||||
|
### Fixed in 0.4.1
|
||||||
|
|
||||||
|
- Published a CLI patch release that restores the `dew` executable metadata for
|
||||||
|
`dart pub global activate dew`.
|
||||||
|
|
||||||
## [0.4.0] - 2026-05-05
|
## [0.4.0] - 2026-05-05
|
||||||
|
|
||||||
### Added in 0.4.0
|
### Added in 0.4.0
|
||||||
|
|
@ -109,6 +116,7 @@ Full set of kanban subcommands, each also registered as an MCP tool automaticall
|
||||||
- `ProjectDirs` with injectable filesystem abstraction (`package:file`) for
|
- `ProjectDirs` with injectable filesystem abstraction (`package:file`) for
|
||||||
testable path resolution.
|
testable path resolution.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/artificerchris/dew/compare/v0.4.0...HEAD
|
[Unreleased]: https://github.com/artificerchris/dew/compare/v0.4.1...HEAD
|
||||||
|
[0.4.1]: https://github.com/artificerchris/dew/compare/v0.4.0...v0.4.1
|
||||||
[0.4.0]: https://github.com/artificerchris/dew/compare/v0.3.0...v0.4.0
|
[0.4.0]: https://github.com/artificerchris/dew/compare/v0.3.0...v0.4.0
|
||||||
[0.1.0]: https://github.com/artificerchris/dew/releases/tag/v0.1.0
|
[0.1.0]: https://github.com/artificerchris/dew/releases/tag/v0.1.0
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 0.4.1 — 2026-05-05
|
||||||
|
|
||||||
|
Patch release.
|
||||||
|
|
||||||
|
- Restored the pubspec `executables` declaration so
|
||||||
|
`dart pub global activate dew` installs the `dew` launcher.
|
||||||
|
|
||||||
## 0.4.0 — 2026-05-05
|
## 0.4.0 — 2026-05-05
|
||||||
|
|
||||||
Infra release.
|
Infra release.
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,13 @@
|
||||||
name: dew
|
name: dew
|
||||||
description: Command-line interface for the Dew project management tool.
|
description: Command-line interface for the Dew project management tool.
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
repository: https://github.com/artificerchris/dew
|
repository: https://github.com/artificerchris/dew
|
||||||
issue_tracker: https://github.com/artificerchris/dew/issues
|
issue_tracker: https://github.com/artificerchris/dew/issues
|
||||||
resolution: workspace
|
resolution: workspace
|
||||||
|
|
||||||
|
executables:
|
||||||
|
dew: dew
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.12.0
|
sdk: ^3.12.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue