github.com/AlekSi/nut@v0.3.1-0.20130607203728-cce108d4135e/CHANGELOG (about) 1 2013-03-18: 0.3.0 2 + Add vendors. 3 * `nut install` now installs into <prefix>/<vendor>/<name> (omits version component). 4 + `nut get` now downloads and installs all dependencies (recursive). 5 + `nut get` now may be used without arguments. 6 * `nut pack` now includes files for all OSes. 7 + New API for Spec: ReadFile(). 8 + New API for Nut: ReadFrom(), FilePath(), ImportPath(). 9 + New API for NutFile: ReadFile(). 10 * Fix bug with `nut get` and www.-prefixed hosts. 11 * Fix some issues on Windows. 12 * Fix -h and extra arguments handling. 13 - Disallow package names ending with "_". 14 15 2012-12-16: 0.2.0 16 + Add homepage to spec. 17 + Read -v from ~/.nut.json. 18 * Write ~/.nut.json in some cases. 19 * Do not panic in some cases. 20 * Fix bug in `nut check` for spec file in other directory. 21 - Remove confusing -server option (was useful only for development). 22 23 2012-12-09: 0.1.2 24 * Nut names should be lower case. 25 * Documentation improvements. 26 27 2012-12-08: 0.1.1 28 * Fix installing nuts from www.gonuts.io. 29 * Documentation improvements. 30 + Travis CI integration. 31 32 2012-12-07: 0.1.0 33 + First announced version.