summaryrefslogtreecommitdiff
path: root/src/version.rs
AgeCommit message (Collapse)Author
2018-08-28v0.1.1Ryan Dahl
2018-08-23Bump version to v0.1.0Ryan Dahl
https://github.com/denoland/deno/milestone/1
2018-08-22Bump version to v0.0.3Ryan Dahl
2018-08-21Travis deploy (#548)Ryan Dahl
* Fix travis deploy / simplify build. - No more stages, only build release mode. - Fixes API key issue. * Reinstate master only - testing was successful.
2018-08-17Command line flag parsing (#524)Ryan Dahl
In particular this allow -D for logging debug output.