Skip to content

Commit 9cffc22

Browse files
committed
chore: v0.3.0 release
1 parent 33099d5 commit 9cffc22

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2024-02-13
11+
12+
### Added
13+
14+
- basic support of `exec` directive
15+
1016
## [0.2.1] - 2024-01-31
1117

1218
### Fixed
@@ -34,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3440
- symlinking functionality
3541
- selected [SDL](https://sdlang.org/) format for install file (`install.sdl`)
3642

37-
[unreleased]: https://github.com/kucaahbe/myrc.d/compare/v0.2.1...HEAD
43+
[unreleased]: https://github.com/kucaahbe/myrc.d/compare/v0.3.0...HEAD
3844
[0.1.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.1.0
3945
[0.2.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.2.0
4046
[0.2.1]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.2.1
47+
[0.3.0]: https://github.com/kucaahbe/myrc.d/releases/tag/v0.3.0

dub.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name "myrc"
2-
version "0.2.1"
2+
version "0.3.0"
33
description "Configs symlinking automation"
44

55
authors "kucaahbe"

0 commit comments

Comments
 (0)