Skip to content

Commit

Permalink
release 5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdtds committed Feb 28, 2022
1 parent a1f29d9 commit f56dd9c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-02-28 Tada, Tadashi <[email protected]>
* release 5.2.0

2022-01-31 OGAWA KenIchi <[email protected]>
* image.js: Restore the same behavior as when 'live()' was used

2021-12-06 oɹıɥɐsɐɯ ɐʇıɾnɟ <[email protected]>
* amazon.rb: When amazon returned 429 error, print value of the argument "label" instead of raw URL if specified it

2021-11-29 Tada, Tadashi <[email protected]>
* release 5.2.0

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.0
FROM ruby:3.1
LABEL maintainer "@tdtds <[email protected]>"

RUN mkdir -p /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion lib/tdiary/tasks/release.rake
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ begin
end

Dir.chdir '.bundle/ruby' do
versions = %w(2.6.0 2.7.0 3.0.0)
versions = %w(2.6.0 2.7.0 3.0.0 3.1.0)
current = `ls`.chomp
versions.each {|version|
FileUtils.cp_r current, version unless current == version
Expand Down
2 changes: 1 addition & 1 deletion lib/tdiary/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TDiary
VERSION = '5.2.0'
VERSION = '5.2.1'
end

0 comments on commit f56dd9c

Please sign in to comment.