Skip to content

Commit

Permalink
release(v0.1.0-alpha.2): CHANGELOG + version bump + cargo update (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
sassman authored Aug 16, 2022
1 parent e101648 commit 53447e9
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 46 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security
### Contributors

## [0.1.0-alpha.2] - 2022-08-16
[0.1.0-alpha.2]: https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.1..v0.1.0-alpha.2

### Added

- special placeholder variables that would interact with the user
- prompt for interactive input with a label as for example `{{ prompt_for("Username") }}` or `{{ prompt_for("Birthdate") }}`
`curlz -- -u "{{ prompt_for("Username") }}:{{ prompt_password() }}" https://api.github.com/user`

### Contributors
[@sassman](https://github.com/sassman)

## [0.1.0-alpha.1] - 2022-08-07
[0.1.0-alpha.1]: https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.1

Expand Down
67 changes: 22 additions & 45 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "curlz"
authors = ["Sven Assmann <[email protected]>"]
description = "curl wrapper with placeholder, bookmark and environment powers just like postman"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
edition = "2021"
license = "GPL-3.0-only"
include = ["src/**/*", "LICENSE", "*.md"]
Expand Down

0 comments on commit 53447e9

Please sign in to comment.