From c01b56555d99178da22265f7489a0ed44e68e7a5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:45:16 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 493b8d7..353d668 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/masterpointio/taskit/compare/v0.2.0...v0.3.0) (2025-04-28) + + +### Features + +* **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)) + ## [0.2.0](https://github.com/masterpointio/taskit/compare/v0.1.0...v0.2.0) (2025-04-11)