Skip to content

Commit

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

This is the first public release of Magic CLI.

It introduces:

- The `suggest` and `ask` subcommands
- Initial set of configuration options:
- ollama Config
- OpenAI Config
- Suggestion mode (clipboard, execution)
- A Homebrew formula for easy installation on macOS
- Improved README
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "magic-cli"
version = "0.1.2"
version = "0.0.1"
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 Expand Up @@ -43,9 +43,10 @@ lto = "thin"
# The preferred cargo-dist version to use in CI (Cargo.toml SemVer syntax)
cargo-dist-version = "0.16.0"
# The installers to generate for each app
installers = ["homebrew", "shell", "powershell"]
# Homebrew configuration
installers = ["shell", "powershell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "guywaldman/homebrew-top"
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
| ------- | ------------------ |
| 0.1.13 | :white_check_mark: |
| 0.0.1 | :white_check_mark: |

## Reporting a Vulnerability

Expand Down

0 comments on commit ba98cd2

Please sign in to comment.