Skip to content

Commit

Permalink
version bump to v2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 14, 2024
1 parent 5fe79a4 commit 6463c42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
## mini_portile changelog

### 2.8.6 / 2024-04-14

#### Added

- When using CMake on FreeBSD, default to clang's "cc" and "c++" compilers. (#139 by @mudge)


### 2.8.5 / 2023-10-22

#### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/mini_portile2/version.rb
@@ -1,3 +1,3 @@
class MiniPortile
VERSION = "2.8.5"
VERSION = "2.8.6"
end

0 comments on commit 6463c42

Please sign in to comment.