Skip to content

Commit 6cc99db

Browse files
committed
Release 4.4.6
1 parent b3a65a7 commit 6cc99db

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.4.6](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.5...v4.4.6) (2023-04-06)
2+
3+
### Bug Fixes
4+
5+
- improve the content of torchx event streams ([b3a65a7](https://github.com/project-codeflare/codeflare-cli/commit/b3a65a7c183b5d4df5b28aed89e34897906e7efa))
6+
17
## [4.4.5](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.4...v4.4.5) (2023-04-06)
28

39
### Bug Fixes

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.5"
2+
version "4.4.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 "4e66ed8d27c5831b9fd371be2c74dd0e2c01848785f11b62cb0296daeaa0326b"
10+
sha256 "9763cc85d580456688ce232bb4d68a40bee067e121ac36e926fc8b66ccb31da6"
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 "0b256fb4c2dee8667f6694737e1d2cf8b0c862daf7a368c2d3598abc3ddfb167"
14+
sha256 "f0a9144a0e907860c6d452c35d24d0f4ba878bae6137b3c0f9c73538743d69ed"
1515
app "CodeFlare-darwin-arm64/CodeFlare.app"
1616
end
1717

package-lock.json

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

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.5",
3+
"version": "4.4.6",
44
"description": "",
55
"main": "dist/headless/codeflare.min.js",
66
"scripts": {

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.5",
3+
"version": "4.4.6",
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)