Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Oct 24, 2021
1 parent 56c9b81 commit 82939a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.4.0]

This pre-release improves compatible with the [PHP RdKafka extension](https://github.com/arnaud-lb/php-rdkafka) ^4.0 and ^5.0.

### Added
Expand Down Expand Up @@ -69,7 +71,8 @@ Special thanks to [@siad007](https://github.com/siad007) and [@carusogabriel]( h
- Add examples and basic documentation
- Add benchmarks

[Unreleased]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.4.0...HEAD
[0.3.0]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/idealo/php-rdkafka-ffi/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion src/RdKafka/FFI/Library.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class Library

public const VERSION_AUTODETECT = '';
public const VERSION_LATEST = '1.8.2';
public const PHP_LIBRARY_VERSION = '0.3.0';
public const PHP_LIBRARY_VERSION = '0.4.0';

private static FFI $ffi;
private static string $scope = 'RdKafka';
Expand Down

0 comments on commit 82939a7

Please sign in to comment.