Skip to content

Commit

Permalink
version bump to v2.8.5.rc1
Browse files Browse the repository at this point in the history
Note that I decided against releasing v2.9.0 mainly because both
sqlite3 and nokogiri pin to `~> 2.8.0` and I just know that's going to
cause a problem for Rails apps.

So now I'm planning to cut a 2.8.5 release, and in the meantime will
loosen the dependency requirements for those two libraries.
  • Loading branch information
flavorjones committed Sep 13, 2023
1 parent 4ebc761 commit c3a27ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## mini_portile changelog

### 2.9.0.rc1 / 2023-09-13
### 2.8.5.rc1 / 2023-09-13

#### Added

- `MiniPortile#mkmf_config`
- New method `MiniPortile#mkmf_config` will set up MakeMakefile variables to properly link against the recipe. This should make it easier for C extensions to package third-party libraries.
- With no arguments, will set up just `$INCFLAGS`, `$libs`, and `$LIBPATH`.
- Optionally, if provided a pkg-config file, will use that config to more precisely set `$INCFLAGS`, `$libs`, `$LIBPATH`, and `$CFLAGS`/`$CXXFLAGS`.


### 2.8.4 / 2023-07-18
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.9.0.rc1"
VERSION = "2.8.5.rc1"
end

0 comments on commit c3a27ed

Please sign in to comment.