Skip to content

Commit fe0211e

Browse files
author
Issei Naruta
committed
Bump to 5.1.0
1 parent 58d1e4d commit fe0211e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## Unreleased
3+
## 5.1.0
44
* Drop support outdated Ruby 2.4 and 2.5 (#60, #61)
55
* CI against for Ruby 3.0 and 3.1 (#61)
66
* Fix arguments warnings of ERB.new on Ruby 3.1 (#61)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@ aws_keys(
145145
Use `zsh/_ec2ssh`.
146146

147147
# License
148-
Copyright (c) 2020 Issei Naruta. ec2ssh is released under the MIT license.
148+
Copyright (c) 2022 Issei Naruta. ec2ssh is released under the MIT license.

lib/ec2ssh/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Ec2ssh
2-
VERSION = '5.0.0'
2+
VERSION = '5.1.0'
33
end

0 commit comments

Comments
 (0)