Skip to content

Commit

Permalink
Release 4.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 7, 2023
1 parent 80ef75e commit d902c32
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.4.10](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.9...v4.4.10) (2023-04-07)

### Bug Fixes

- add --lines option to dashboard (plus code cleanup) ([202bde8](https://github.com/project-codeflare/codeflare-cli/commit/202bde8cf901fa496df9ef514c1ba2dd4ba7277e))
- torchx wait-till-running fixes ([80ef75e](https://github.com/project-codeflare/codeflare-cli/commit/80ef75e22e053af48785db34cdeae628a12092f0))

## [4.4.9](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.8...v4.4.9) (2023-04-07)

### 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.4.9"
version "4.4.10"

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 "07bfb83ce8fbb4f2359618b80ff6fb092a8af3bdd7c72a3d3a5521554d37c000"
sha256 "0b4db1a6997f3b2fff6e4a2899664de3d70b83168c5d7651170fcace324e93ff"
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 "0f16013e915b7116a498ccdb3cf3740eaf267bacec7dfcf92240f67e7b207ca8"
sha256 "b8b0feb3459dbb03ae25fc8b7777b4cc498785cef26c0d85c7fb482cb2c24b58"
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.4.9",
"version": "4.4.10",
"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.4.9",
"version": "4.4.10",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit d902c32

Please sign in to comment.