Skip to content

Commit 052e709

Browse files
committed
- Update version
- Fix travis
1 parent 5830077 commit 052e709

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

.travis.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@ matrix:
1616
dist: jammy
1717
otp_release: 26.1.1
1818

19-
- os: osx
20-
osx_image: xcode13.4
21-
language: generic
22-
env:
23-
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
24-
- HOMEBREW_NO_INSTALL_UPGRADE=true
25-
- HOMEBREW_NO_INSTALL_CLEANUP=true
26-
- HOMEBREW_NO_AUTO_UPDATE=true
27-
cache:
28-
directories:
29-
- $HOME/Library/Caches/Homebrew
30-
- /usr/local/Homebrew
19+
# - os: osx
20+
# osx_image: xcode13.4
21+
# language: generic
22+
# env:
23+
# - HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=true
24+
# - HOMEBREW_NO_INSTALL_UPGRADE=true
25+
# - HOMEBREW_NO_INSTALL_CLEANUP=true
26+
# - HOMEBREW_NO_AUTO_UPDATE=true
27+
# cache:
28+
# directories:
29+
# - $HOME/Library/Caches/Homebrew
30+
# - /usr/local/Homebrew
3131

3232
before_script:
3333

3434
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
3535
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi
36-
- if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang openssl@1.1 lz4 zstd curl || true; fi
36+
# - if [[ $TRAVIS_OS_NAME == osx ]]; then brew install --force-bottle erlang openssl@1.1 lz4 zstd curl || true; fi
3737

3838
- curl https://s3.amazonaws.com/rebar3/rebar3 --output rebar3 && chmod +x rebar3
3939

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### Changelog:
22

3+
#### 2.1.7
4+
5+
- Add support for Polling consumer (contribution from macasado86 : https://github.com/silviucpp/erlkaf/pull/79)
6+
37
#### 2.1.6
48

59
- OAuthbearer support (contribution from macasado86 : https://github.com/silviucpp/erlkaf/pull/74)

src/erlkaf.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{description, "erlkaf - Erlang Kafka library based on librdkafka"},
33
{licenses, ["MIT"]},
44
{links,[{"Github","https://github.com/silviucpp/erlkaf"}]},
5-
{vsn, "2.1.6"},
5+
{vsn, "2.1.7"},
66
{registered, []},
77
{applications, [
88
kernel,

0 commit comments

Comments
 (0)