From 8ccfe496b39c55ff714178222de8d101fddd6a18 Mon Sep 17 00:00:00 2001 From: Jan Bessler Date: Thu, 31 Oct 2024 10:55:56 +0100 Subject: [PATCH] chore: release v0.3.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b1d412..66ae586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [0.3.0](https://github.com/Jaybee18/csm/compare/0.2.1...0.3.0) (2024-10-31) + + +### Features + +* added argument substitution to stored commands ([91bc855](https://github.com/Jaybee18/csm/commit/91bc85590600138b51ee0f7af9d1f62bc78d9aa3)) + + +### Bug Fixes + +* fixed list command on windows ([d7d5cbd](https://github.com/Jaybee18/csm/commit/d7d5cbdea7ad7c29196706efc648c09232fb59f6)) + + +### Other + +* added usage section to readme ([bb22cb7](https://github.com/Jaybee18/csm/commit/bb22cb7a0f952d167d055108915cb28958a9ba46)) +* updated readme ([c9e7a0c](https://github.com/Jaybee18/csm/commit/c9e7a0c064fce0f4a3be1488d5a10422c89bec02)) +* updated readme ([dfec368](https://github.com/Jaybee18/csm/commit/dfec3684ba7de9500c88bc00a0cd69ac3e94566c)) +* updated version ([2615515](https://github.com/Jaybee18/csm/commit/26155154c0c17421bcef34bc22096aaa995916db)) + ## [0.2.1](https://github.com/Jaybee18/csm/compare/0.2.0...0.2.1) (2024-10-30)