Skip to content

Commit

Permalink
Release: 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guywaldman committed Jul 17, 2024
1 parent 73fb173 commit 0dbe342
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Version 0.0.2

- Fixed an issue where error messages were not shown when subcommands failed
- Improved the `search` subcommand
- Added documentation for the `search` subcommand

## Version 0.0.1

This is the first public release of Magic CLI.
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.1"
version = "0.0.2"
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

0 comments on commit 0dbe342

Please sign in to comment.