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.12.6] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.12.5...v4.12.6 ) (2023-05-25)
2+
3+ ### Bug Fixes
4+
5+ - more EOF protection fixes ([ 1506ef2] ( https://github.com/project-codeflare/codeflare-cli/commit/1506ef29b957258679dd0662823fe82cf40f85cd ) )
6+
17## [ 4.12.5] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.12.4...v4.12.5 ) (2023-05-13)
28
39### Bug Fixes
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.12.5 "
2+ version "4.12.6 "
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 "49c4b6ba005e72744ce60c1235b68fb868c035d1307cddc54178003b638c2f3d "
10+ sha256 "ec2491223d1826f4a4e0d1617c2d9deef98fc99f946e1c1659f450a5e39d31f4 "
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 "0dc9dc864a4305b6259d3738deb9f86425400c9382ae78c6c49f322397ae3c27 "
14+ sha256 "855c6de78e4e204abf410fdf9a072e2c262c2e254bf480490fa287098e45d62b "
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.12.5 " ,
3+ "version" : " 4.12.6 " ,
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.12.5 " ,
3+ "version" : " 4.12.6 " ,
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