Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
dirx committed Dec 9, 2020
1 parent 3b9bc3a commit 68efbd4
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.2.0] - 2020-12-09

This pre-release supports PHP ^7.4 and ^8.0 and [librdkafka](https://github.com/edenhill/librdkafka) v1.0.0 - v1.5.3.
It is compatible with the [PHP RdKafka extension](https://github.com/arnaud-lb/php-rdkafka) ^4.0.

Expand Down Expand Up @@ -43,5 +45,6 @@ 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.1.0...HEAD
[Unreleased]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.2.0...HEAD
[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.5.3';
public const PHP_LIBRARY_VERSION = '0.1.0';
public const PHP_LIBRARY_VERSION = '0.2.0';

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

0 comments on commit 68efbd4

Please sign in to comment.