Skip to content

Commit a2c69be

Browse files
authored
Merge branch 'elkowar:main' into fix/targets
2 parents b382263 + 58282cb commit a2c69be

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.3.5](https://github.com/elkowar/yolk/compare/v0.3.4...v0.3.5) - 2025-11-11
11+
12+
### Added
13+
14+
- add pre_deploy and pre_undeploy hook
15+
- Add yolk exec-canonical subcommand
16+
17+
### Ci
18+
19+
- remove homebrew temporarily
20+
21+
### Fixed
22+
23+
- fix documentation of eval command (fixes #65)
24+
25+
### Ref
26+
27+
- remove unnecessary parentheses around closure body
28+
1029
## [0.3.4](https://github.com/elkowar/yolk/compare/v0.3.3...v0.3.4) - 2025-05-10
1130

1231
### Fixed

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.4"
5+
version = "0.3.5"
66
edition = "2021"
77
repository = "https://github.com/elkowar/yolk"
88
homepage = "https://elkowar.github.io/yolk"

0 commit comments

Comments
 (0)