Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ukdave committed Dec 18, 2024
1 parent 9bbd286 commit f255388
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## v0.6.0 - 2024-12-18
### Added
- Add `Kafka.version_info` and `Kafka.librdkafka_version` methods.

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) British Telecommunications plc, 2023
Copyright (c) British Telecommunications plc, 2024

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.5.0
version: 0.6.0

crystal: 1.11.2

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.4.2"
VERSION = "0.6.0"
MAX_ERR_LEN = 160

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

0 comments on commit f255388

Please sign in to comment.