Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Mar 21, 2023
1 parent 7687269 commit b1b1cbf
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [4.1.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.0.0...v4.1.0) (2023-03-21)

### Bug Fixes

- bump [email protected] to pick up aws endpoint-url fix ([7687269](https://github.com/project-codeflare/codeflare-cli/commit/76872692745950ded18153af6cb52fb2b962564f))

### Features

- bump to madwizard@7 to pick up multiselect autocomplete ([b0e4e4c](https://github.com/project-codeflare/codeflare-cli/commit/b0e4e4c8874f56bdddb875125a2c43df5f34c59d))

# [4.0.0](https://github.com/project-codeflare/codeflare-cli/compare/v3.1.2...v4.0.0) (2023-03-20)

### 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.0.0"
version "4.1.0"

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 "4807633400624d283d2cc9e2eba35c4adf82ab2cfebc31f98c8d026c03b5e3a0"
sha256 "a23912d86b6d1a7af9f72d480bc6e09b1e204b7e67ed893d00563991d28c5e55"
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 "00db256ff2b0c6cc300000af92f49d893dd7dc614e6ecb2398a1679aadddcc71"
sha256 "b356a73dc01cd010e2998c759354bae41b311ecf4c3e3de4c51607565803058a"
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.0.0",
"version": "4.1.0",
"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.0.0",
"version": "4.1.0",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit b1b1cbf

Please sign in to comment.