Skip to content

Commit

Permalink
Release for 6.0.3+4.1.2-3
Browse files Browse the repository at this point in the history
  • Loading branch information
bionicman committed Jul 29, 2024
1 parent 6072cec commit 458d74d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ stages:
run-dpkg-buildpackage:
stage: build
script:
- mkdir -p _build/src
- mv rdkafka-* _build/src/
- mv debian _build/src/
- mv package*.xml _build/src/
- cd _build/src && dpkg-buildpackage -b -rfakeroot -us -uc
- make build
only:
- /^debian/.*$/
artifacts:
Expand Down
19 changes: 18 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
php-rdkafka (6.0.3+4.1.2-2) stable; urgency=medium
php-rdkafka (6.0.3+4.1.2-3) stable; urgency=medium

* Release for version 6.0.3
- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)
* Unreleased patches for 6.0.3
- Automation at Sat Jul 2 15:10:53 2022 +0200
- Update release notes at Sat Jul 2 15:15:04 2022 +0200
- Add private constructor on Metadata classes (#531) at Tue Jul 26 20:44:00 2022 +0200
- Test against PHP 8.3 and librdkafka 1.9, 2.3 (#545) at Mon Dec 4 15:01:53 2023 +0100
- feat: implement oauthbearer token refresh cb setter (#546) at Fri Jan 5 14:11:25 2024 -0500
- Update README.md at Sat Jun 1 13:35:04 2024 +0200
* Release for version 4.1.2
- Enabled features on windows build: headers, purge, murmur (#410, @nick-zh, @cmb69)
* Build helpers

-- Vadim Rybalko <[email protected]> Mon, 29 Jul 2024 09:58:45 +0100

php-rdkafka (6.0.3+4.1.2-2) unstable; urgency=medium

* Release for version 6.0.3
- Ability to provide custom `librdkafka` path during pecl install (#526, @Wirone)
Expand Down

0 comments on commit 458d74d

Please sign in to comment.