Skip to content

Commit 1967020

Browse files
author
release-plz
committed
chore: release
1 parent 23168f7 commit 1967020

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

curlz/CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.1.0-alpha.13](https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.12...v0.1.0-alpha.13) - 2023-04-13
10+
11+
### Added
12+
- *(functions)* implement #98 a build-in function for generating an unix timestamp (#99)
13+
- robuster jwt token generation (#87)
14+
- *(cli)* implement `-u | --user` request cli argument (#7) (#46)
15+
- *(template)* implement the basic auth template function (#7) (#33)
16+
- *(template)* support environment variables from process / shell (#30) (#31)
17+
18+
### Fixed
19+
- *(deps)* update bump minor versions (minor) (#104)
20+
- *(deps)* update bump minor versions to 0.31 (minor) (#102)
21+
- *(http-lang)* make grammar bit more robust (#82)
22+
- *(deps)* update rust crate jsonwebtoken to 8.3 (#73)
23+
- *(deps)* update rust crate jsonwebtoken to 8.2 (#66)
24+
- *(deps)* update rust crate pest_derive to 2.5 (#68)
25+
- *(http-lang)* make grammar bit more robust for trailing whitespaces (#63)
26+
27+
### Other
28+
- *(deps)* bump h2 from 0.3.15 to 0.3.17 in /curlz (#114)
29+
- *(deps)* update rust crate tempfile to 3.5 (#106)
30+
- bit more test coverage (#100)
31+
- release v0.1.0-alpha.12 (#76)
32+
- *(deps)* update rust crate rstest to 0.17 (#84)
33+
- release v0.1.0-alpha.11 (#71)
34+
- *(deps)* update rust crate predicates to v3 (#72)
35+
- *(deps)* update rust crate tempfile to 3.4 (#65)
36+
- release v0.1.0-alpha.10 (#53)
37+
- migrate to clap v4 (#54)
38+
- *(deps)* bump pest from 2.5.5 to 2.5.6 (#51)
39+
- release 0.1.0-alpha.9 (#45)
40+
- release (#43)
41+
- release (#39)
42+
- release 0.1.0-alpha.6 (#34)
43+
- release `0.1.0-alpha.5` (#29)
44+
945
## [0.1.0-alpha.12](https://github.com/curlz-rs/curlz/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) - 2023-03-24
1046

1147
### Added

curlz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "curlz"
33
authors = ["Sven Kanoldt <[email protected]>"]
44
description = "curl wrapper with placeholder, bookmark and environment powers just like postman"
5-
version = "0.1.0-alpha.12"
5+
version = "0.1.0-alpha.13"
66
edition = "2021"
77
license = "GPL-3.0-only"
88
include = ["src/**/*", "LICENSE", "*.md"]

0 commit comments

Comments
 (0)