Skip to content

Commit

Permalink
Release 4.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 7, 2023
1 parent 2f927ea commit 996606c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [4.4.11](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.10...v4.4.11) (2023-04-07)

### Bug Fixes

- heap comparator for lines incorrectly handles state ([1b448e1](https://github.com/project-codeflare/codeflare-cli/commit/1b448e1cfd5d5e2473f72f934c17cc2b0f619a80))
- timestamps with millis not properly formatted in dashboard ui ([2f927ea](https://github.com/project-codeflare/codeflare-cli/commit/2f927ea8c04964849ca4a4a934eca3da309e7234))

## [4.4.10](https://github.com/project-codeflare/codeflare-cli/compare/v4.4.9...v4.4.10) (2023-04-07)

### Bug Fixes
Expand Down
6 changes: 3 additions & 3 deletions Casks/codeflare.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
cask "codeflare" do
version "4.4.10"
version "4.4.11"

name "CodeFlare"
desc "CLI for Project CodeFlare"
homepage "https://github.com/project-codeflare/codeflare-cli"

if Hardware::CPU.intel?
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-x64.tar.bz2"
sha256 "0b4db1a6997f3b2fff6e4a2899664de3d70b83168c5d7651170fcace324e93ff"
sha256 "3021a3455af32ce3e6237eb36795e409de37c6738a4e775e7831fb1219ae99b0"
app "CodeFlare-darwin-x64/CodeFlare.app"
else
url "https://github.com/project-codeflare/codeflare-cli/releases/download/v#{version}/CodeFlare-darwin-arm64.tar.bz2"
sha256 "b8b0feb3459dbb03ae25fc8b7777b4cc498785cef26c0d85c7fb482cb2c24b58"
sha256 "ed210c0b439935fd108c59fa8f7fafe5cfa1751561609d44c9234d471c09122e"
app "CodeFlare-darwin-arm64/CodeFlare.app"
end

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CodeFlare.app",
"version": "4.4.10",
"version": "4.4.11",
"description": "",
"main": "dist/headless/codeflare.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/plugin-client-default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kui-shell/plugin-client",
"version": "4.4.10",
"version": "4.4.11",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 996606c

Please sign in to comment.