2017-08-25 01:40:57 -07:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
## [Unreleased]
|
2017-12-02 06:16:52 -08:00
|
|
|
### Added
|
|
|
|
- Align doc-comments in `--list` output (#273)
|
|
|
|
- Add `arch()`, `os()`, and `os_family()` functions (#277)
|
2017-12-02 14:59:07 -08:00
|
|
|
- Add `env_var(key)` and `env_var_or_default(key, default)` functions (#280)
|
2017-10-06 23:48:07 -07:00
|
|
|
|
2017-11-30 10:38:44 -08:00
|
|
|
## [0.3.4] - 2017-10-06
|
|
|
|
### Added
|
2017-11-19 23:16:55 -08:00
|
|
|
- Do not evaluate backticks in assignments during dry runs (#253)
|
|
|
|
|
2017-11-30 10:38:44 -08:00
|
|
|
### Changed
|
|
|
|
- Change license to CC0 going forward (#270)
|
|
|
|
|
2017-10-06 23:48:07 -07:00
|
|
|
## [0.3.1] - 2017-10-06
|
2017-08-25 01:40:57 -07:00
|
|
|
### Added
|
2017-11-19 23:16:55 -08:00
|
|
|
- Started keeping a changelog in CHANGELOG.md (#220)
|
|
|
|
- Recipes whose names begin with an underscore will not appear in `--list` or `--summary` (#229)
|