diff --git a/CHANGELOG.md b/CHANGELOG.md index 298dc4c..f124bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.0] - 2024-02-13 + +### Added + +- basic support of `exec` directive + ## [0.2.1] - 2024-01-31 ### Fixed @@ -34,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - symlinking functionality - selected [SDL](https://sdlang.org/) format for install file (`install.sdl`) -[unreleased]: https://github.com/kucaahbe/myrc.d/compare/v0.2.1...HEAD +[unreleased]: https://github.com/kucaahbe/myrc.d/compare/v0.3.0...HEAD [0.1.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.1.0 [0.2.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.2.0 [0.2.1]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.2.1 +[0.3.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.3.0 diff --git a/dub.sdl b/dub.sdl index 9125f97..4b9cd7b 100644 --- a/dub.sdl +++ b/dub.sdl @@ -1,5 +1,5 @@ name "myrc" -version "0.2.1" +version "0.3.0" description "Configs symlinking automation" authors "kucaahbe"