|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [0.3.1](https://github.com/masterpointio/taskit/compare/v0.3.0...v0.3.1) (2025-04-30) |
| 3 | +## [0.4.0](https://github.com/masterpointio/taskit/compare/v0.3.1...v0.4.0) (2025-06-04) |
| 4 | + |
| 5 | +### Features |
4 | 6 |
|
| 7 | +- add commands to download cursor rules ([#20](https://github.com/masterpointio/taskit/issues/20)) ([de411c2](https://github.com/masterpointio/taskit/commit/de411c252b6adb3ce49156dbd42b8cc2c8e575c8)) |
| 8 | +- small solutions for running task os:sync-all ([#23](https://github.com/masterpointio/taskit/issues/23)) ([0b2ddc3](https://github.com/masterpointio/taskit/commit/0b2ddc38acc79b1d69f5e20ee2d72423141f6ae2)) |
5 | 9 |
|
6 | 10 | ### Bug Fixes |
7 | 11 |
|
8 | | -* **os-modules:** improve shell script handling ([#17](https://github.com/masterpointio/taskit/issues/17)) ([2ca19ed](https://github.com/masterpointio/taskit/commit/2ca19edb60f18bf07ca1ea49c338bf2c4ad5d3d7)) |
| 12 | +- **snaplet:** add snaplet target DB var to SNAPSHOT_PATHs ([#25](https://github.com/masterpointio/taskit/issues/25)) ([f5e70c6](https://github.com/masterpointio/taskit/commit/f5e70c6084ef9461de6ffe954427aefaf6d711c0)) |
9 | 13 |
|
10 | | -## [0.3.0](https://github.com/masterpointio/taskit/compare/v0.2.0...v0.3.0) (2025-04-28) |
| 14 | +## [0.3.1](https://github.com/masterpointio/taskit/compare/v0.3.0...v0.3.1) (2025-04-30) |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +- **os-modules:** improve shell script handling ([#17](https://github.com/masterpointio/taskit/issues/17)) ([2ca19ed](https://github.com/masterpointio/taskit/commit/2ca19edb60f18bf07ca1ea49c338bf2c4ad5d3d7)) |
11 | 19 |
|
| 20 | +## [0.3.0](https://github.com/masterpointio/taskit/compare/v0.2.0...v0.3.0) (2025-04-28) |
12 | 21 |
|
13 | 22 | ### Features |
14 | 23 |
|
15 | | -* **os-modules:** add tasks lib for OS modules management ([#15](https://github.com/masterpointio/taskit/issues/15)) ([d52cc04](https://github.com/masterpointio/taskit/commit/d52cc040049096a3d0962e18a10eb6a7be43baa5)) |
| 24 | +- **os-modules:** add tasks lib for OS modules management ([#15](https://github.com/masterpointio/taskit/issues/15)) ([d52cc04](https://github.com/masterpointio/taskit/commit/d52cc040049096a3d0962e18a10eb6a7be43baa5)) |
16 | 25 |
|
17 | 26 | ## [0.2.0](https://github.com/masterpointio/taskit/compare/v0.1.0...v0.2.0) (2025-04-11) |
18 | 27 |
|
19 | | - |
20 | 28 | ### Features |
21 | 29 |
|
22 | | -* **snaplet:** use `SNAPLET_TARGET_DB_NAME` to specify specific databases ([#13](https://github.com/masterpointio/taskit/issues/13)) ([739b318](https://github.com/masterpointio/taskit/commit/739b3185d69d36eac8b8b62f13617651a5d121b8)) |
| 30 | +- **snaplet:** use `SNAPLET_TARGET_DB_NAME` to specify specific databases ([#13](https://github.com/masterpointio/taskit/issues/13)) ([739b318](https://github.com/masterpointio/taskit/commit/739b3185d69d36eac8b8b62f13617651a5d121b8)) |
23 | 31 |
|
24 | 32 | ## 0.1.0 (2024-12-23) |
25 | 33 |
|
26 | | - |
27 | 34 | ### Features |
28 | 35 |
|
29 | | -* adds a complete set of toolbox tasks ([0611c3d](https://github.com/masterpointio/taskit/commit/0611c3d834d72df37fec991741244a7a57096e3d)) |
30 | | -* adds a restore:noprompt task ([4835245](https://github.com/masterpointio/taskit/commit/4835245fb1ad230fc3b27529b3e778b4f43a803c)) |
31 | | -* adds tasks to manage MP components ([8a1bcbc](https://github.com/masterpointio/taskit/commit/8a1bcbc3f3b796f2e25831c6f4b73dad46d83e60)) |
32 | | -* adds the initial README, trunk, GHA, and general repo setup ([720db35](https://github.com/masterpointio/taskit/commit/720db35ddc5db309ea32d982de23d9066f8b88b5)) |
33 | | -* moves Terraform + mixin tasks to where they belong ([b7f86e8](https://github.com/masterpointio/taskit/commit/b7f86e89abea5c860cb1aa358840e73123222280)) |
34 | | -* switch from yq to dasel ([f4513f0](https://github.com/masterpointio/taskit/commit/f4513f02f34dd60f91b6e17cd094a3dedc587088)) |
35 | | -* updates snaplet to ensure COPYCAT_SECRET ([42e534e](https://github.com/masterpointio/taskit/commit/42e534e9f6592723f38b1d4911e0c65d78785447)) |
36 | | -* upsteams taskfiles from client, adds info on usage, adds exports/ ([9b27045](https://github.com/masterpointio/taskit/commit/9b270457b1b1b7d2fed98f713178384e1458ec48)) |
37 | | - |
| 36 | +- adds a complete set of toolbox tasks ([0611c3d](https://github.com/masterpointio/taskit/commit/0611c3d834d72df37fec991741244a7a57096e3d)) |
| 37 | +- adds a restore:noprompt task ([4835245](https://github.com/masterpointio/taskit/commit/4835245fb1ad230fc3b27529b3e778b4f43a803c)) |
| 38 | +- adds tasks to manage MP components ([8a1bcbc](https://github.com/masterpointio/taskit/commit/8a1bcbc3f3b796f2e25831c6f4b73dad46d83e60)) |
| 39 | +- adds the initial README, trunk, GHA, and general repo setup ([720db35](https://github.com/masterpointio/taskit/commit/720db35ddc5db309ea32d982de23d9066f8b88b5)) |
| 40 | +- moves Terraform + mixin tasks to where they belong ([b7f86e8](https://github.com/masterpointio/taskit/commit/b7f86e89abea5c860cb1aa358840e73123222280)) |
| 41 | +- switch from yq to dasel ([f4513f0](https://github.com/masterpointio/taskit/commit/f4513f02f34dd60f91b6e17cd094a3dedc587088)) |
| 42 | +- updates snaplet to ensure COPYCAT_SECRET ([42e534e](https://github.com/masterpointio/taskit/commit/42e534e9f6592723f38b1d4911e0c65d78785447)) |
| 43 | +- upsteams taskfiles from client, adds info on usage, adds exports/ ([9b27045](https://github.com/masterpointio/taskit/commit/9b270457b1b1b7d2fed98f713178384e1458ec48)) |
38 | 44 |
|
39 | 45 | ### Bug Fixes |
40 | 46 |
|
41 | | -* adds SNAPSHOT_ENV in snaplet bucket upload / download path ([c6f08bf](https://github.com/masterpointio/taskit/commit/c6f08bf28f4f54d01aff0c3aae46d1899c65a916)) |
42 | | -* always need ending slash on TASKIT_LOCAL_PATH ([9e961f0](https://github.com/masterpointio/taskit/commit/9e961f0e992423b851d54648de63f76980e8b931)) |
43 | | -* clean needs to be passed the snapshot path ([8d9d719](https://github.com/masterpointio/taskit/commit/8d9d719a7134f20568cd7c48b01de64d53c80ca7)) |
44 | | -* flag for local vs remote init was wrong ([dfc3fa8](https://github.com/masterpointio/taskit/commit/dfc3fa862af180fda2b1077d73d93416062e95ad)) |
45 | | -* renames snaplet vars to avoid collisions ([8d9d719](https://github.com/masterpointio/taskit/commit/8d9d719a7134f20568cd7c48b01de64d53c80ca7)) |
46 | | -* updates https > ssh to allow clone in CI ([4cb2653](https://github.com/masterpointio/taskit/commit/4cb2653d051ddbde1302c85ca8d148a6bcaba9d6)) |
47 | | -* updates to not create snapshot path after rm -rf ([e32a0e7](https://github.com/masterpointio/taskit/commit/e32a0e79243d4c48782ab313676f711d9cd779fe)) |
| 47 | +- adds SNAPSHOT_ENV in snaplet bucket upload / download path ([c6f08bf](https://github.com/masterpointio/taskit/commit/c6f08bf28f4f54d01aff0c3aae46d1899c65a916)) |
| 48 | +- always need ending slash on TASKIT_LOCAL_PATH ([9e961f0](https://github.com/masterpointio/taskit/commit/9e961f0e992423b851d54648de63f76980e8b931)) |
| 49 | +- clean needs to be passed the snapshot path ([8d9d719](https://github.com/masterpointio/taskit/commit/8d9d719a7134f20568cd7c48b01de64d53c80ca7)) |
| 50 | +- flag for local vs remote init was wrong ([dfc3fa8](https://github.com/masterpointio/taskit/commit/dfc3fa862af180fda2b1077d73d93416062e95ad)) |
| 51 | +- renames snaplet vars to avoid collisions ([8d9d719](https://github.com/masterpointio/taskit/commit/8d9d719a7134f20568cd7c48b01de64d53c80ca7)) |
| 52 | +- updates https > ssh to allow clone in CI ([4cb2653](https://github.com/masterpointio/taskit/commit/4cb2653d051ddbde1302c85ca8d148a6bcaba9d6)) |
| 53 | +- updates to not create snapshot path after rm -rf ([e32a0e7](https://github.com/masterpointio/taskit/commit/e32a0e79243d4c48782ab313676f711d9cd779fe)) |
0 commit comments