Skip to content
Snippets Groups Projects
Commit a53c5831 authored by Seth Vargo's avatar Seth Vargo
Browse files

Release v3.1.1

parent 8a8e0f36
No related branches found
No related tags found
No related merge requests found
Omnibus Ruby CHANGELOG
======================
 
Unreleased
----------
v3.1.1 (May 20, 2014)
---------------------
- Update project generators to use new APIs. The old project generators created a project that issued deprecation warnings!
- Stream build output to the debug logger. Specifying `--log-level debug` now includes **all** the build output as if you had run the command manually.
- Deprecate the `OMNIBUS_APPEND_TIMESTAMP` environment variable in favor of the command line flag. This is only a deprecation, but the `OMNIBUS_APPEND_TIMESTAMP` will be removed in the next major release.
Loading
Loading
Loading
Loading
@@ -15,5 +15,5 @@
#
 
module Omnibus
VERSION = '3.1.0'
VERSION = '3.1.1'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment