Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
spuun committed Dec 7, 2023
1 parent 515fd9e commit 066c5ca
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.12] - 2023-12-07

### Fixed

- Fixed an issue where Table#merge with NamedTuple failed to replace the old value and instead just added another entry for the same key.

### Changed

- Table#delete and Table#has_key? now only accepts String argument. Other types will issue a deprecation warning.

## [1.1.11] - 2023-09-28

### Added
Expand Down
3 changes: 2 additions & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: amq-protocol
version: 1.1.11
version: 1.1.12

authors:
- Carl Hörberg <[email protected]>
- Anders Bälter <[email protected]>
- Jon Börjesson <[email protected]>

description: |
AMQP 0-9-1 protocol library
Expand Down
2 changes: 1 addition & 1 deletion src/amq/protocol/version.cr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module AMQ
module Protocol
VERSION = "1.1.11"
VERSION = "1.1.12"
end
end

0 comments on commit 066c5ca

Please sign in to comment.