Skip to content

Commit 68efbd4

Browse files
committed
Prepare release
1 parent 3b9bc3a commit 68efbd4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
55

66
## [Unreleased]
77

8+
## [0.2.0] - 2020-12-09
9+
810
This pre-release supports PHP ^7.4 and ^8.0 and [librdkafka](https://github.com/edenhill/librdkafka) v1.0.0 - v1.5.3.
911
It is compatible with the [PHP RdKafka extension](https://github.com/arnaud-lb/php-rdkafka) ^4.0.
1012

@@ -43,5 +45,6 @@ Special thanks to [@siad007](https://github.com/siad007) and [@carusogabriel]( h
4345
- Add examples and basic documentation
4446
- Add benchmarks
4547

46-
[Unreleased]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.1.0...HEAD
48+
[Unreleased]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.2.0...HEAD
49+
[0.2.0]: https://github.com/idealo/php-rdkafka-ffi/compare/v0.1.0...v0.2.0
4750
[0.1.0]: https://github.com/idealo/php-rdkafka-ffi/releases/tag/v0.1.0

src/RdKafka/FFI/Library.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Library
2929

3030
public const VERSION_AUTODETECT = '';
3131
public const VERSION_LATEST = '1.5.3';
32-
public const PHP_LIBRARY_VERSION = '0.1.0';
32+
public const PHP_LIBRARY_VERSION = '0.2.0';
3333

3434
private static FFI $ffi;
3535
private static string $scope = 'RdKafka';

0 commit comments

Comments
 (0)