File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.3.0] - 2020-12-16
9
+
8
10
### Added
9
11
10
12
- Add support for rd_kafka_err2name
@@ -50,6 +52,7 @@ Special thanks to [@siad007](https://github.com/siad007) and [@carusogabriel]( h
50
52
- Add examples and basic documentation
51
53
- Add benchmarks
52
54
53
- [ Unreleased ] : https://github.com/idealo/php-rdkafka-ffi/compare/v0.2.0...HEAD
55
+ [ Unreleased ] : https://github.com/idealo/php-rdkafka-ffi/compare/v0.3.0...HEAD
56
+ [ 0.3.0 ] : https://github.com/idealo/php-rdkafka-ffi/compare/v0.2.0...v0.3.0
54
57
[ 0.2.0 ] : https://github.com/idealo/php-rdkafka-ffi/compare/v0.1.0...v0.2.0
55
58
[ 0.1.0 ] : https://github.com/idealo/php-rdkafka-ffi/releases/tag/v0.1.0
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Library
29
29
30
30
public const VERSION_AUTODETECT = '' ;
31
31
public const VERSION_LATEST = '1.5.3 ' ;
32
- public const PHP_LIBRARY_VERSION = '0.2 .0 ' ;
32
+ public const PHP_LIBRARY_VERSION = '0.3 .0 ' ;
33
33
34
34
private static FFI $ ffi ;
35
35
private static string $ scope = 'RdKafka ' ;
You can’t perform that action at this time.
0 commit comments