Skip to content

Commit

Permalink
Release: 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
guywaldman committed Jul 23, 2024
1 parent 77982bc commit f0fec07
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.0.4

- Fixed issue where the OpenAI API key was not used from the configuration ([#31](https://github.com/guywaldman/magic-cli/pull/31))

## Version 0.0.3

- A default configuration file is now created if it doesn't exist
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magic-cli"
version = "0.0.3"
version = "0.0.4"
description = "Command line utility to make you a magician in the terminal"
homepage = "https://github.com/guywaldman/magic-cli"
repository = "https://github.com/guywaldman/magic-cli"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Magic CLI is a command line utility which uses LLMs to help you use the command
### Shell

```shell
curl -LsSf https://github.com/guywaldman/magic-cli/releases/download/0.0.3/magic-cli-installer.sh | sh
curl -LsSf https://github.com/guywaldman/magic-cli/releases/download/0.0.4/magic-cli-installer.sh | sh
```

### Homebrew
Expand All @@ -39,7 +39,7 @@ brew install guywaldman/tap/magic-cli
### PowerShell

```powershell
powershell -c "irm https://github.com/guywaldman/magic-cli/releases/download/0.0.3/magic-cli-installer.ps1 | iex"
powershell -c "irm https://github.com/guywaldman/magic-cli/releases/download/0.0.4/magic-cli-installer.ps1 | iex"
```

### Binaries
Expand Down

0 comments on commit f0fec07

Please sign in to comment.