We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d1e4d commit fe0211eCopy full SHA for fe0211e
ChangeLog.md
@@ -1,6 +1,6 @@
1
# Change Log
2
3
-## Unreleased
+## 5.1.0
4
* Drop support outdated Ruby 2.4 and 2.5 (#60, #61)
5
* CI against for Ruby 3.0 and 3.1 (#61)
6
* Fix arguments warnings of ERB.new on Ruby 3.1 (#61)
README.md
@@ -145,4 +145,4 @@ aws_keys(
145
Use `zsh/_ec2ssh`.
146
147
# License
148
-Copyright (c) 2020 Issei Naruta. ec2ssh is released under the MIT license.
+Copyright (c) 2022 Issei Naruta. ec2ssh is released under the MIT license.
lib/ec2ssh/version.rb
@@ -1,3 +1,3 @@
module Ec2ssh
- VERSION = '5.0.0'
+ VERSION = '5.1.0'
end
0 commit comments