1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.1.6](https://github.com/glennib/envoke/compare/v0.1.5...v0.1.6) - 2026-02-11
### Other
- improve readme and cargo description
- remove deprecation from --prepend-export
- improve readme
- improve env examples
## [0.1.5](https://github.com/glennib/envoke/compare/v0.1.4...v0.1.5) - 2026-02-11
### Added
- add template-based output rendering with --template flag
## [0.1.4](https://github.com/glennib/envoke/compare/v0.1.3...v0.1.4) - 2026-02-11
### Added
- include @generated header in stdout output
- add --override flag for per-variable source overrides
### Other
- update CLAUDE.md and README.md
- add example file
## [0.1.3](https://github.com/glennib/envoke/compare/v0.1.2...v0.1.3) - 2026-02-10
### Fixed
- tagged variables require explicit opt-in via --tag
## [0.1.2](https://github.com/glennib/envoke/compare/v0.1.1...v0.1.2) - 2026-02-10
### Added
- add tag-based conditional inclusion of variables
### Fixed
- *(ci)* sort schema prior to writing/checking
## [0.1.1](https://github.com/glennib/envoke/compare/v0.1.0...v0.1.1) - 2026-02-10
### Added
- add schema to repository
### Other
- add yaml-language-server schema location at github to readme
## [0.1.0](https://github.com/glennib/envoke/releases/tag/v0.1.0) - 2026-02-10
### Added
- add envoke tool
### Other
- add CLAUDE.md
- add README.md
- repo scaffolding