Skip to content

Commit da4ddef

Browse files
committed
chore(main): release 0.1.0
1 parent 49a68f7 commit da4ddef

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
2+
".": "0.1.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Changelog
2+
3+
## 0.1.0 (2025-04-18)
4+
5+
6+
### Features
7+
8+
* add fish completion script ([90ed63f](https://github.com/d-strobel/mage-fish-completions/commit/90ed63fa932b72b42dd960aeaec6bee478b98292))
9+
* add function that return target parameters ([977e1db](https://github.com/d-strobel/mage-fish-completions/commit/977e1dbd3724d50110d53b1d616fd378d61286fd))
10+
* implement parameter autocomplete ([ab078af](https://github.com/d-strobel/mage-fish-completions/commit/ab078af154b4f85ae82da0a1cef1ea8598cd7cff))
11+
* suppress mage error if there are no go files ([31e4d42](https://github.com/d-strobel/mage-fish-completions/commit/31e4d427a6416893025a2f46e3ed1e1b3d7e786c))
12+
13+
14+
### Bug Fixes
15+
16+
* completion should keep order of parameters ([89729c2](https://github.com/d-strobel/mage-fish-completions/commit/89729c224eba3743303ee3fb520fbcae21bc4d6b))
17+
* wrong completion targets if magefile has package description ([a55a266](https://github.com/d-strobel/mage-fish-completions/commit/a55a2667dbd6424b9ecdb5f0cbadf7dccdc195a7))
18+
19+
20+
### Reverts
21+
22+
* release-please action token ([1fdf260](https://github.com/d-strobel/mage-fish-completions/commit/1fdf2608e43bc095b43e2504b01d1713122c99bb))

0 commit comments

Comments
 (0)