Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed Nov 1, 2024
1 parent 60cf7f4 commit 0ca0eb4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@

## 1.0.0 - 2024-11-1

- Passing param to other tasks
- Stream std-out and std-in
- Optional 'this' in @this.taskname
- Design logo + CLI theme update
- '--no-interactive' switch to skip yes no questions and error if env is not set.
- open_link print link if can't open browser
- env validation variant new syntax (without "!" )
- core function docs
- REPL (Run Execute Print Loop)
- Fix arrow keys press in 'ask_user()'
- Bug fix: Env variable should be unset after task is done

## test - 2024-11-1

- First release upon an unsuspecting world.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "core"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down

0 comments on commit 0ca0eb4

Please sign in to comment.