Skip to content

Commit

Permalink
Back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 19, 2024
1 parent b26c9dd commit 3543979
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# Change Log

## Changes Between 2.12.0 and 2.13.0 (unreleased)
## Changes Between 2.12.0 and 3.0.0 (Oct 19, 2024)

### New Project Name and Major Version

Kicks was originally developed by @jondot under the [name of Sneakers](https://github.com/jondot/sneakers).

After a group of users and a RabbitMQ core team member have taken over maintenance, it was renamed
to Kicks and the version was bumped to 3.0 to clearly indicate the split.

### Minimum Required Ruby Version

Sneakers now requires Ruby 2.5 or later.
Kicks now requires Ruby 2.5 or later.

### Content Encoding Support

Expand All @@ -14,6 +21,7 @@ Contributed by @ansoncat.

GitHub issue: [#449](https://github.com/jondot/sneakers/pull/449)


## Changes Between 2.10.0 and 2.11.0

This releases includes bug fixes, support for more queue-binding options, better
Expand Down
2 changes: 1 addition & 1 deletion lib/sneakers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sneakers
VERSION = "3.0.0"
VERSION = "3.0.1.pre"
end

0 comments on commit 3543979

Please sign in to comment.