Skip to content

Commit

Permalink
Release 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 13, 2023
1 parent 7c0f6a8 commit 1e69a26
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [4.7.3](https://github.com/project-codeflare/codeflare-cli/compare/v4.7.2...v4.7.3) (2023-04-13)

### Bug Fixes

- further improvements to ray log streaming ([7c0f6a8](https://github.com/project-codeflare/codeflare-cli/commit/7c0f6a85668a391bfdc14ea3ca2de6c9f32f302f))

## [4.7.2](https://github.com/project-codeflare/codeflare-cli/compare/v4.7.1...v4.7.2) (2023-04-13)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Casks/codeflare.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "codeflare" do
version "4.7.2"
version "4.7.3"

name "CodeFlare"
desc "CLI for Project CodeFlare"
homepage "https://github.com/project-codeflare/codeflare-cli"

if Hardware::CPU.intel?
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
sha256 "b82cd0bfa75af2d2489ce66fe03624097e6bf6b6b2482be9fc7f48d6c2b62fba"
sha256 "194e6325679f96ac3f9fb88bda65f7b5ca0bedb0e155577801a4a45b2b573a80"
app "CodeFlare-darwin-x64/CodeFlare.app"
else
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
sha256 "4a055e66eeb8ec244560556cb98056e7ba8220c0c9f24a47852a94ae897f1786"
sha256 "25f080d9ef017fa19e66485cc1bda7abe534b3d086b47828db94a12459b58d65"
app "CodeFlare-darwin-arm64/CodeFlare.app"
end

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodeFlare.app",
"version": "4.7.2",
"version": "4.7.3",
"description": "",
"main": "dist/headless/codeflare.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "4.7.2",
"version": "4.7.3",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 1e69a26

Please sign in to comment.