Skip to content

Commit

Permalink
version bump to v2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 31, 2021
1 parent dd5e3dd commit b9f0763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## mini_portile changelog

### 2.5.3 / unreleased
### 2.5.3 / 2021-05-31

Make `net-ftp` an optional dependency, since requiring it as a hard dependency in v2.5.2 caused warnings to be emitted by Ruby 2.7 and earlier. A warning message is emitted if FTP functionality is called and `net-ftp` isn't available; this should only happen in Ruby 3.1 and later.

Expand Down
2 changes: 1 addition & 1 deletion lib/mini_portile2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class MiniPortile
VERSION = "2.5.2"
VERSION = "2.5.3"
end

0 comments on commit b9f0763

Please sign in to comment.