Skip to content

Commit

Permalink
chore: release v0.1.0-alpha.11 (#71)
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 16, 2023
1 parent 84e6d5a commit 5d202b2
Show file tree
Hide file tree
Showing 3 changed files with 14 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.

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

## [Unreleased]

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

### Fixed
- *(deps)* update rust crate jsonwebtoken to 8.3 (#73)
- *(deps)* update rust crate jsonwebtoken to 8.2 (#66)
- *(deps)* update rust crate pest_derive to 2.5 (#68)

### Other
- *(deps)* update rust crate predicates to v3 (#72)
- *(deps)* update rust crate tempfile to 3.4 (#65)
- release v0.1.0-alpha.10 (#53)

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

### 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.10"
version = "0.1.0-alpha.11"
edition = "2021"
license = "GPL-3.0-only"
include = ["src/**/*", "LICENSE", "*.md"]
Expand Down

0 comments on commit 5d202b2

Please sign in to comment.