File tree Expand file tree Collapse file tree 5 files changed +14
-7
lines changed
plugins/plugin-client-default Expand file tree Collapse file tree 5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1+ ## [ 4.3.1] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.3.0...v4.3.1 ) (2023-04-03)
2+
3+ ### Bug Fixes
4+
5+ - bump store to pick up relpath and macos 3.9.6 fixes ([ fbb362d] ( https://github.com/project-codeflare/codeflare-cli/commit/fbb362d555029e09f5714e7c6d5b0aef1711a457 ) )
6+ - pull in another relpath to workdir fix ([ d7768b9] ( https://github.com/project-codeflare/codeflare-cli/commit/d7768b97398062a33d26b31081fe15f4490ea586 ) )
7+
18# [ 4.3.0] ( https://github.com/project-codeflare/codeflare-cli/compare/v4.2.2...v4.3.0 ) (2023-04-03)
29
310### Features
Original file line number Diff line number Diff line change 11cask "codeflare" do
2- version "4.3.0 "
2+ version "4.3.1 "
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 "46abe32a73e233550fb0c60c92d16784ae7167c977d6a20275900a301c28800e "
10+ sha256 "68af16bb967400e5504132e110cdbfab335f7a55e4ceb2e8c9ce9f2ced22d9ca "
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 "ce57fe4a5a12154aab32c1da53476f7b430829831622b7aa6747b37d791dc2aa "
14+ sha256 "e8ffe9aa2c7e3f404979e4bc0db75d0cc9d382163cb615b0adfcf9f2edb95eff "
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.3.0 " ,
3+ "version" : " 4.3.1 " ,
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.3.0 " ,
3+ "version" : " 4.3.1 " ,
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