Skip to content

Commit

Permalink
version bump to v2.5.1
Browse files Browse the repository at this point in the history
and update changelog
  • Loading branch information
flavorjones committed Apr 28, 2021
1 parent 88f92a8 commit 918517d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## mini_portile changelog

### unreleased
### 2.5.1 / 2021-04-28

#### Dependencies

Expand All @@ -9,6 +9,7 @@ This release ends support for ruby < 2.3.0. If you're on 2.2.x or earlier, we st
#### Enhancements

* `MiniPortile.execute` now takes an optional `:env` hash, which is merged into the environment variables for the subprocess. Likely this is only useful for specialized use cases. [#99]
* Experimental support for cmake-based projects extended to Windows. (Thanks, @larskanis!)


### 2.5.0 / 2020-02-24
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_portile2/version.rb
@@ -1,3 +1,3 @@
class MiniPortile
VERSION = "2.5.0"
VERSION = "2.5.1"
end

0 comments on commit 918517d

Please sign in to comment.