File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.4.3] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.2...v4.4.3 ) (2023-04-05)
2+
3+ ### Bug Fixes
4+
5+ - torchx install fails on zsh ([ 0b8a876] ( https://github.com/project-codeflare/codeflare-cli/commit/0b8a876171b50ab92b8d9bbae436aeeb049c6ab9 ) )
6+
17## [ 4.4.2] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.4.1...v4.4.2 ) (2023-04-05)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.4.2 "
2+ version "4.4.3 "
33
44 name "CodeFlare"
55 desc "CLI for Project CodeFlare"
66 homepage "https://github.com/project-codeflare/codeflare-cli"
77
88 if Hardware ::CPU . intel?
99 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10- sha256 "28a9a01db882a94c02d9725329f8e8f76c197741fe5935c492d20f98f688cc45 "
10+ sha256 "0969b8f0038e0ff9c5aeda448459246b0d06112fa38816a7c2fbdcde9bf757b2 "
1111 app "CodeFlare-darwin-x64/CodeFlare.app"
1212 else
1313 url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{ version } /CodeFlare-darwin-arm64.tar.bz2"
14- sha256 "57a9bd64d277a73693331742f2bc027f2c75eaba49560c33230b0665eb6aa3e7 "
14+ sha256 "10a8c37e4344f17279e78d0ebd015955b9c8c3c9219d9f857fd4add6f31e4552 "
1515 app "CodeFlare-darwin-arm64/CodeFlare.app"
1616 end
1717
Original file line number Diff line number Diff line change 11{
22 "name" : " CodeFlare.app" ,
3- "version" : " 4.4.2 " ,
3+ "version" : " 4.4.3 " ,
44 "description" : " " ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @kui-shell/plugin-client" ,
3- "version" : " 4.4.2 " ,
3+ "version" : " 4.4.3 " ,
44 "description" : " Kui plugin that offers client defintion" ,
55 "main" : " dist/headless/codeflare.min.js" ,
66 "module" : " mdist/index.js" ,
You can’t perform that action at this time.
0 commit comments