@@ -6,6 +6,42 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
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
+
9
45
## [ 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
10
46
11
47
### Added
0 commit comments