Skip to content

Commit

Permalink
Fix OTP 25 build
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Jul 21, 2022
1 parent e576809 commit d173071
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ matrix:

include:
- os: linux
dist: focal
otp_release: 24.0.2
dist: bionic
otp_release: 23.3.1

- os: linux
dist: focal
otp_release: 23.1.2
otp_release: 24.3.1

- os: linux
dist: bionic
otp_release: 22.3
dist: focal
otp_release: 25.0

- os: osx
osx_image: xcode12.2
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### Changelog:

#### v2.0.9

- Fix build with OTP 25
- Fix create_consumer_group spec (https://github.com/silviucpp/erlkaf/pull/45)

#### v2.0.8

- Improve build scripts
Expand Down
8 changes: 8 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
{esq, "2.0.4"}
]}.

{overrides, [
{override, datum, [
{erl_opts, [
warn_export_all
]}
]}
]}.

{erl_opts, [
warnings_as_errors,
warn_export_all,
Expand Down
2 changes: 1 addition & 1 deletion src/erlkaf.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description, "erlkaf - Erlang Kafka library based on librdkafka"},
{licenses, ["MIT"]},
{links,[{"Github","https://github.com/silviucpp/erlkaf"}]},
{vsn, "2.0.8"},
{vsn, "2.0.9"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit d173071

Please sign in to comment.