Compare commits
No commits in common. "f08036704ce9c6c67bba2ee8411c47dd429d0fe1" and "f34cec193477a565f42b43f14f61fa7d381c111b" have entirely different histories.
f08036704c
...
f34cec1934
4 changed files with 2 additions and 28 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
---
|
|
||||||
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,13 +7,6 @@ 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
|
||||||
|
|
@ -116,7 +109,6 @@ 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.1...HEAD
|
[Unreleased]: https://github.com/artificerchris/dew/compare/v0.4.0...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,12 +1,5 @@
|
||||||
# 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,13 +1,10 @@
|
||||||
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.1
|
version: 0.4.0
|
||||||
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