Skip to content

Commit

Permalink
Bump 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Jul 8, 2023
1 parent 83fa815 commit 91f4a25
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
16 changes: 5 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,16 @@

## master

## 1.4.0.rc.4 (2023-07-05)

- Fix `anycable:download` command. ([@palkan][])

Detect MacOS arm64, create target bin path if it doesn't exist.

## 1.4.0.rc.3 (2023-07-04)

- Relax `anycable` gem dependency constraints.

## 1.4.0.rc.2 (2023-07-03)
## 1.4.0 (2023-07-07)

- Add HTTP RPC integration. ([@palkan][])

Specify `http_rpc_mounth_path` in your `anycable.yml` to enable HTTP RPC.

- Fix `anycable:download` command. ([@palkan][])

Detect MacOS arm64, create target bin path if it doesn't exist.

## 1.3.7 (2023-02-28)

- Fix `anycable` gem dependency constraints.
Expand Down
2 changes: 1 addition & 1 deletion anycable-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.7"

spec.add_dependency "anycable", ">= 1.4.0.rc.2"
spec.add_dependency "anycable", "~> 1.4"
spec.add_dependency "actioncable", ">= 6.0"
spec.add_dependency "globalid"

Expand Down
2 changes: 1 addition & 1 deletion lib/anycable/rails/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module AnyCable
module Rails
VERSION = "1.4.0.rc.4"
VERSION = "1.4.0"
end
end

0 comments on commit 91f4a25

Please sign in to comment.