Skip to content

Commit 928332a

Browse files
author
ash
committed
Decision to release 1.0.0
1 parent bf38b46 commit 928332a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## [0.16.0] - 2024-10-23
4+
## [1.0.0] - 2024-10-23
55
### Changed
66
- Remove `sneakers` gem in favour of [kicks](https://github.com/ruby-amqp/kicks)
77

Diff for: Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rabbit_messaging (0.16.0)
4+
rabbit_messaging (1.0.0)
55
bunny (~> 2.0)
66
kicks (~> 3)
77
lamian
@@ -215,7 +215,7 @@ GEM
215215
rspec-expectations (3.13.3)
216216
diff-lcs (>= 1.2.0, < 2.0)
217217
rspec-support (~> 3.13.0)
218-
rspec-its (1.3.0)
218+
rspec-its (1.3.1)
219219
rspec-core (>= 3.0.0)
220220
rspec-expectations (>= 3.0.0)
221221
rspec-mocks (3.13.2)

Diff for: lib/rabbit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Rabbit
4-
VERSION = "0.16.0"
4+
VERSION = "1.0.0"
55
end

0 commit comments

Comments
 (0)