Skip to content

Commit a53c583

Browse files
committed
Release v3.1.1
1 parent 8a8e0f3 commit a53c583

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Omnibus Ruby CHANGELOG
22
======================
33

4-
Unreleased
5-
----------
4+
v3.1.1 (May 20, 2014)
5+
---------------------
66
- Update project generators to use new APIs. The old project generators created a project that issued deprecation warnings!
77
- 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.
88
- 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.

lib/omnibus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
#
1616

1717
module Omnibus
18-
VERSION = '3.1.0'
18+
VERSION = '3.1.1'
1919
end

0 commit comments

Comments
 (0)