Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stufro committed Mar 18, 2024
1 parent afb007b commit b8df708
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## v0.5.0 - 2024-03-18
### Added
- Add `#topic` method to `Kafka::Message`. Thanks @oozzal!

## v0.4.2 - 2024-01-22
### Changed
- Upgrade Crystal version to v1.11.2
Expand Down Expand Up @@ -49,4 +53,4 @@
- Forked from https://github.com/CloudKarafka/kafka.cr

### Added
- Added new `Kafka::Producer#produce` method without key argument
- Added new `Kafka::Producer#produce` method without key argument
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.4.2
version: 0.5.0

crystal: 1.11.2

Expand Down

0 comments on commit b8df708

Please sign in to comment.