Skip to content

Commit 284d132

Browse files
committed
version bump to v2.6.0
1 parent d0bd6aa commit 284d132

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## mini_portile changelog
22

3-
### next / unreleased
3+
### 2.6.0 / 2021-05-31
44

55
### Added
66

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

1111

1212
### 2.5.2 / 2021-05-28

lib/mini_portile2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class MiniPortile
2-
VERSION = "2.5.2"
2+
VERSION = "2.6.0"
33
end

0 commit comments

Comments
 (0)