Skip to content

Commit

Permalink
chore: release (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: release-plz <[email protected]>
  • Loading branch information
sassman and release-plz authored Mar 5, 2023
1 parent 9f641a6 commit 3e8915d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

11 changes: 11 additions & 0 deletions curlz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0-alpha.8](https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.7...v0.1.0-alpha.8) - 2023-03-05

### Added
- *(template)* implement the basic auth template function (#7) (#33)
- *(template)* support environment variables from process / shell (#30) (#31)

### Other
- release (#39)
- release 0.1.0-alpha.6 (#34)
- release `0.1.0-alpha.5` (#29)

## [0.1.0-alpha.7](https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.6...v0.1.0-alpha.7) - 2023-03-03

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

0 comments on commit 3e8915d

Please sign in to comment.