Skip to content

Commit f56dd9c

Browse files
committed
release 5.2.1
1 parent a1f29d9 commit f56dd9c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2022-02-28 Tada, Tadashi <[email protected]>
2+
* release 5.2.0
3+
4+
2022-01-31 OGAWA KenIchi <[email protected]>
5+
* image.js: Restore the same behavior as when 'live()' was used
6+
7+
2021-12-06 oɹıɥɐsɐɯ ɐʇıɾnɟ <[email protected]>
8+
* amazon.rb: When amazon returned 429 error, print value of the argument "label" instead of raw URL if specified it
9+
110
2021-11-29 Tada, Tadashi <[email protected]>
211
* release 5.2.0
312

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.0
1+
FROM ruby:3.1
22
LABEL maintainer "@tdtds <[email protected]>"
33

44
RUN mkdir -p /usr/src/app

lib/tdiary/tasks/release.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ begin
5050
end
5151

5252
Dir.chdir '.bundle/ruby' do
53-
versions = %w(2.6.0 2.7.0 3.0.0)
53+
versions = %w(2.6.0 2.7.0 3.0.0 3.1.0)
5454
current = `ls`.chomp
5555
versions.each {|version|
5656
FileUtils.cp_r current, version unless current == version

lib/tdiary/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module TDiary
2-
VERSION = '5.2.0'
2+
VERSION = '5.2.1'
33
end

0 commit comments

Comments
 (0)