Skip to content

Commit

Permalink
Merge pull request #1138 from tdiary/release-5-3-0
Browse files Browse the repository at this point in the history
Release 5.3.0
  • Loading branch information
hsbt committed Feb 29, 2024
2 parents 4e3e812 + d460e08 commit f56b3bd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: build (${{ matrix.ruby }}/${{ matrix.test_mode }})
strategy:
matrix:
ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ]
ruby: [ '3.3', '3.2', '3.1', '3.0' ]
test_mode: [ rack, gem ]
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2024-02-29 Hiroshi SHIBATA <hsbt@ruby-lang.org>
* support Ruby 3.2 and 3.3.
* drop to support Ruby 2.7.
* release 5.3.0

2022-11-29 Tada, Tadashi <t@tdtds.jp>
* support rack 3.x
* support dalli 3.x
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.7.0 3.0.0 3.1.0)
versions = %w(3.0.0 3.1.0 3.2.0 3.3.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.4'
VERSION = '5.3.0'
end

0 comments on commit f56b3bd

Please # to comment.