## 2019-03-28, Version 0.2.0 ### Commits - [[`7e214d74c6`](https://github.com/tonal-glyph/ruck/commit/7e214d74c616484175cfbc5ed66e39dab218add9)] simplify argument passing (Andrew Prentice) - [[`3b913ed2ca`](https://github.com/tonal-glyph/ruck/commit/3b913ed2ca8ce07d78afea76a235014597142e25)] Add changelog (Andrew Prentice) - [[`3f2eb27101`](https://github.com/tonal-glyph/ruck/commit/3f2eb271013b9ea7a0063ae8ee48100ba8acc34b)] ignore justfile (Andrew Prentice) ### Stats ```diff CHANGELOG.md | 21 ++++++++++++- Cargo.toml | 7 ++-- justfile | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- src/main.rs | 29 +++++------------ 4 files changed, 137 insertions(+), 23 deletions(-) ``` ## 2019-03-20, Version 0.1.0 ### Commits - [[`91c93e7787`](https://github.com/tonal-glyph/ruck/commit/91c93e77872a0133dd6e4487c14d181359e4b8cd)] get ready to publish (Andrew Prentice) - [[`5f78dd37d5`](https://github.com/tonal-glyph/ruck/commit/5f78dd37d542e8b04f688926f14c586720aa0ca0)] use generic chuck binary, not pulseaudio version pchuck (Andrew Prentice) - [[`4a86321f66`](https://github.com/tonal-glyph/ruck/commit/4a86321f66e0b277395eb441454581c229332855)] delete errant target folder (Andrew Prentice) - [[`d54a1741f4`](https://github.com/tonal-glyph/ruck/commit/d54a1741f43ff7318bbbafdfbbdb5b70b8f661ec)] init commit (Andrew Prentice) - [[`3214a2078e`](https://github.com/tonal-glyph/ruck/commit/3214a2078e5c9b1c4d7d36b1e1b10801d9ef5e27)] Initial commit (Andrew Prentice) ### Stats ```diff .gitignore | 3 +- Cargo.toml | 17 +++++- LICENSE-APACHE | 201 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- LICENSE-MIT | 26 ++++++++- README.md | 16 +++++- src/default.ck | 2 +- src/main.rs | 40 ++++++++++++- 7 files changed, 305 insertions(+) ```