Skip to content

Commit d20d217

Browse files
committed
Release v0.3.3
1 parent 19ffb0a commit d20d217

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.3](https://github.com/elkowar/yolk/compare/v0.3.2...v0.3.3) - 2025-04-25
11+
12+
### Added
13+
14+
- only evaluate the active block of a conditional
15+
16+
### Fixed
17+
18+
- Remove broken git tests
19+
1020
### Added
1121

1222
- Only evaluate true branch of conditional blocks

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "yolk_dots"
33
authors = ["ElKowar <dev@elkowar.dev>"]
44
description = "Templated dotfile management without template files"
5-
version = "0.3.2"
5+
version = "0.3.3"
66
edition = "2021"
77
repository = "https://github.com/elkowar/yolk"
88
homepage = "https://elkowar.github.io/yolk"

0 commit comments

Comments
 (0)