Skip to content

Commit

Permalink
Merge pull request #633 from embulk/release_v0.8.21
Browse files Browse the repository at this point in the history
Release v0.8.21
  • Loading branch information
muga committed May 15, 2017
2 parents c722834 + 6fab0d5 commit bea3946
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def release_projects = [project(":embulk-core"), project(":embulk-standards"), p

allprojects {
group = 'org.embulk'
version = '0.8.20'
version = '0.8.21'

ext {
jrubyVersion = '9.1.5.0'
Expand Down
1 change: 1 addition & 0 deletions embulk-docs/src/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release Notes
.. toctree::
:maxdepth: 1

release/release-0.8.21
release/release-0.8.20
release/release-0.8.19
release/release-0.8.18
Expand Down
17 changes: 17 additions & 0 deletions embulk-docs/src/release/release-0.8.21.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Release 0.8.21
==================================

General Changes
------------------

* Minor fix:

* Fixed embulk/command/embulk_run.rb to use Ruby's Embulk::VERSION_INTERNAL to fix #625. [#626]

* Updated msgpack in embulk.gemspec. (@hiroyuki-sato) [#623]

* Downgraded liquid 4.0.0 to 3.0.6 to fix #627. [#632]

Release Date
------------------
2017-05-15
2 changes: 1 addition & 1 deletion lib/embulk/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Embulk
@@warned = false

VERSION_INTERNAL = '0.8.20'
VERSION_INTERNAL = '0.8.21'

DEPRECATED_MESSAGE = 'Embulk::VERSION in (J)Ruby is deprecated. Use org.embulk.EmbulkVersion::VERSION instead. If this message is from a plugin, please tell this to the author of the plugin!'
def self.const_missing(name)
Expand Down

0 comments on commit bea3946

Please sign in to comment.