Skip to content

Commit af3f1ba

Browse files
committed
Release 4.4.7
1 parent a7e25db commit af3f1ba

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.4.7](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.6...v4.4.7) (2023-04-06)
2+
3+
### Bug Fixes
4+
5+
- torchx log output improvements ([a7e25db](https://github.com/project-codeflare/codeflare-cli/commit/a7e25db0b7e47cfa3a4384c6b9d843caeed13b70))
6+
17
## [4.4.6](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.5...v4.4.6) (2023-04-06)
28

39
### Bug Fixes

Diff for: Casks/codeflare.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
cask "codeflare" do
2-
version "4.4.6"
2+
version "4.4.7"
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 "9763cc85d580456688ce232bb4d68a40bee067e121ac36e926fc8b66ccb31da6"
10+
sha256 "556d7784d4c172984c34452f4f873f70425c2a5fb555b80d7fb935872d53dc7b"
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 "f0a9144a0e907860c6d452c35d24d0f4ba878bae6137b3c0f9c73538743d69ed"
14+
sha256 "0ee4e4d1afc6995bc27b4b449f5f20c9b0e6c843f6c7da0b0862f9e0d36a1eb8"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CodeFlare.app",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

Diff for: plugins/plugin-client-default/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kui-shell/plugin-client",
3-
"version": "4.4.6",
3+
"version": "4.4.7",
44
"description": "Kui plugin that offers client defintion",
55
"main": "dist/headless/codeflare.min.js",
66
"module": "mdist/index.js",

0 commit comments

Comments
 (0)