File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ 0.16 .0] - 2024-10-23
4
+ ## [ 1.0 .0] - 2024-10-23
5
5
### Changed
6
6
- Remove ` sneakers ` gem in favour of [ kicks] ( https://github.com/ruby-amqp/kicks )
7
7
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rabbit_messaging (0.16 .0 )
4
+ rabbit_messaging (1.0 .0 )
5
5
bunny (~> 2.0 )
6
6
kicks (~> 3 )
7
7
lamian
215
215
rspec-expectations (3.13.3 )
216
216
diff-lcs (>= 1.2.0 , < 2.0 )
217
217
rspec-support (~> 3.13.0 )
218
- rspec-its (1.3.0 )
218
+ rspec-its (1.3.1 )
219
219
rspec-core (>= 3.0.0 )
220
220
rspec-expectations (>= 3.0.0 )
221
221
rspec-mocks (3.13.2 )
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Rabbit
4
- VERSION = "0.16 .0"
4
+ VERSION = "1.0 .0"
5
5
end
You can’t perform that action at this time.
0 commit comments