Skip to content

Commit

Permalink
Bump shard.yml version
Browse files Browse the repository at this point in the history
  • Loading branch information
stufro committed Dec 12, 2023
1 parent 9a6c8f9 commit b6c6a5b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# Changelog

## [0.3.2]
## [Unreleased]

## v0.3.3 - 2023-12-12
### Added
- Rename main src file

## v0.3.2 - 2023-12-12
### Added
- Save statistics option on `Kafka::Producer`

## [0.3.1]
## v0.3.1 - 2023-11-14
### Fixed
- Remove topic + partition name from rebalance log

## [0.3.0]
## v0.3.0 - 2023-11-14
### Added
- Integration & unit tests
- Documentation for all key methods and examples in the README
Expand All @@ -27,7 +33,7 @@
- Refactor building of config for Producer/Consumer into separate class
- Improve logging around consumer partition assignment and producer delivery reports

## [0.2.0] - 2023-08-03
## v0.2.0 - 2023-08-03
- Forked from https://github.com/CloudKarafka/kafka.cr

### Added
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: crafka
version: 0.3.2
version: 0.3.3

crystal: 1.10.1

Expand Down
2 changes: 1 addition & 1 deletion src/crafka.cr
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "./kafka/*"

module Kafka
VERSION = "0.3.2"
VERSION = "0.3.3"
MAX_ERR_LEN = 160

Log = ::Log.for("crafka")
Expand Down

0 comments on commit b6c6a5b

Please sign in to comment.