Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bartelink committed Dec 4, 2019
1 parent f37935a commit d9122d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,19 @@ The `Unreleased` section name is replaced by the expected version of next releas
## [Unreleased]

### Added
### Changed
### Removed
### Fixed

<a name="1.3.0"></a>
## [1.3.0] - 2019-12-04

### Changed

- Renamed to `FsKafka`
- Updated to `MinVer` v `2`, `Microsoft.SourceLink.GitHub` v `1`
- Updated to `MinVer` v `2.0.0`, `Microsoft.SourceLink.GitHub` v `1.0.0`
- Updated to `Confluent.Kafka`, `librdkafka.redist` v `1.3.0`

### Removed
### Fixed

<a name="1.2.0"></a>
## [1.2.0] - 2019-09-21

Expand Down Expand Up @@ -227,7 +231,8 @@ _NOTE: not interoperable (i.e., via a binding redirect) with CK 1.1 due to a bre

(Stripped down repo for history purposes, see [`v0` branch](tree/v0) for implementation targeting `Confluent.Kafka` v `0.9.4`)

[Unreleased]: https://github.com/jet/FsKafka/compare/1.2.0...HEAD
[Unreleased]: https://github.com/jet/FsKafka/compare/1.3.0...HEAD
[1.3.0]: https://github.com/jet/FsKafka/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/jet/FsKafka/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/jet/FsKafka/compare/1.0.1...1.1.0
[1.0.1]: https://github.com/jet/FsKafka/compare/1.0.1-rc1...1.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FsKafka [![Build Status](https://dev.azure.com/jet-opensource/opensource/_apis/build/status/jet.FsKafka)](https://dev.azure.com/jet-opensource/opensource/_build/latest?definitionId=7) [![release](https://img.shields.io/github/release/jet/FsKafka.svg)](https://github.com/jet/FsKafka/releases) [![NuGet](https://img.shields.io/nuget/v/FsKafka.svg?logo=nuget)](https://www.nuget.org/packages/FsKafka/) [![license](https://img.shields.io/github/license/jet/FsKafka.svg)](LICENSE) ![code size](https://img.shields.io/github/languages/code-size/jet/FsKafka.svg)

F# friendly wrapper for `Confluent.Kafka` versions `>= 1.2.0`, with minimal dependencies or additional abstractions.
F# friendly wrapper for `Confluent.Kafka` versions `>= 1.3.0`, with minimal dependencies or additional abstractions.

## Components

Expand Down

0 comments on commit d9122d5

Please sign in to comment.