duckscript/CHANGELOG.md

17 lines
306 B
Markdown
Raw Normal View History

2019-12-30 10:45:28 +00:00
## CHANGELOG
### v0.1.2
2020-01-02 16:17:57 +00:00
* New **assert_fail** command #3
2020-01-02 15:48:13 +00:00
* New **assert** command #2
2020-01-01 19:40:19 +00:00
* New **touch** command #4
2020-01-01 19:09:57 +00:00
* New **dirname** command #6
* New **canonicalize** command #21
* New **basename** command #5
2020-01-01 18:33:55 +00:00
* New **mkdir** command #13
* New **not** command #12
### v0.1.0 (2019-12-30)
2019-12-30 10:45:28 +00:00
* Initial release