Skip to content

Commit 6e7f3eb

Browse files
committed
Bump 1.6.0
1 parent 934f1bc commit 6e7f3eb

4 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22

33
## main
44

5-
## 1.6.0.rc.3 (2025-02-20)
5+
## 1.6.0 (2025-03-18)
66

77
- Update `anycable:download` generator to support v1.6+. ([@palkan][])
88

99
- Add `#anycable_token_meta_tag` helper. ([@palkan][])
1010

1111
It generates a meta tag with the AnyCable JWT token (w/o the URL).
1212

13-
## 1.6.0.rc.2 (2025-02-10)
14-
1513
- Add Presence API. ([@palkan][])
1614

1715
## 1.5.5 (2024-12-12)

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ eval_gemfile "gemfiles/rubocop.gemfile"
2424
if File.exist?(local_gemfile)
2525
eval(File.read(local_gemfile)) # rubocop:disable Lint/Eval
2626
else
27-
gem 'actioncable', '~> 7.0'
27+
gem 'actioncable', '~> 8.0'
2828
gem 'activerecord'
2929
gem 'activejob'
3030
end

anycable-rails-core.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626

2727
spec.required_ruby_version = ">= 2.7"
2828

29-
spec.add_dependency "anycable-core", ">= 1.6.0.rc.1", "< 1.7.0"
29+
spec.add_dependency "anycable-core", "~> 1.6.0"
3030
spec.add_dependency "actioncable", ">= 7.0", "< 9.0"
3131
spec.add_dependency "globalid"
3232
end

lib/anycable/rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module AnyCable
44
module Rails
5-
VERSION = "1.6.0.rc.3"
5+
VERSION = "1.6.0"
66
end
77
end

0 commit comments

Comments
 (0)