Skip to content

Commit

Permalink
Release 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
starpit committed Apr 3, 2023
1 parent d7768b9 commit 22433e6
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.3.1](https://github.com/project-codeflare/codeflare-cli/compare/v4.3.0...v4.3.1) (2023-04-03)

### Bug Fixes

- bump store to pick up relpath and macos 3.9.6 fixes ([fbb362d](https://github.com/project-codeflare/codeflare-cli/commit/fbb362d555029e09f5714e7c6d5b0aef1711a457))
- pull in another relpath to workdir fix ([d7768b9](https://github.com/project-codeflare/codeflare-cli/commit/d7768b97398062a33d26b31081fe15f4490ea586))

# [4.3.0](https://github.com/project-codeflare/codeflare-cli/compare/v4.2.2...v4.3.0) (2023-04-03)

### Features
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.3.0"
version "4.3.1"

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 "46abe32a73e233550fb0c60c92d16784ae7167c977d6a20275900a301c28800e"
sha256 "68af16bb967400e5504132e110cdbfab335f7a55e4ceb2e8c9ce9f2ced22d9ca"
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 "ce57fe4a5a12154aab32c1da53476f7b430829831622b7aa6747b37d791dc2aa"
sha256 "e8ffe9aa2c7e3f404979e4bc0db75d0cc9d382163cb615b0adfcf9f2edb95eff"
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.3.0",
"version": "4.3.1",
"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.3.0",
"version": "4.3.1",
"description": "Kui plugin that offers client defintion",
"main": "dist/headless/codeflare.min.js",
"module": "mdist/index.js",
Expand Down

0 comments on commit 22433e6

Please sign in to comment.