Skip to content

Commit

Permalink
update CHANGELOG and version bump to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed May 31, 2021
1 parent 02ad9a1 commit 3d344cd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
19 changes: 14 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
## mini_portile changelog

### 2.6.0 / 2021-05-31
### 2.6.1 / 2021-05-31

### Added
#### Dependencies

Recipes may build against a local directory by specifying `source_directory` instead of `files`. In
particular, this may be useful for debugging problems with the upstream dependency (e.g., use `git
bisect` in a local clone) or for continuous integration with upstream HEAD.
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.


### 2.5.3 / 2021-05-31

#### Dependencies

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.


### 2.6.0 / 2021-05-31

### Added

Recipes may build against a local directory by specifying `source_directory` instead of `files`. In
particular, this may be useful for debugging problems with the upstream dependency (e.g., use `git
bisect` in a local clone) or for continuous integration with upstream HEAD.


### 2.5.2 / 2021-05-28

#### Dependencies
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.6.0"
VERSION = "2.6.1"
end

0 comments on commit 3d344cd

Please sign in to comment.