@@ -5,8 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## v0.2.2 (2023-02-20)
9
+
10
+ ### Chore
11
+
12
+ - <csr-id-959c781bcca5a17d23edc388734f3ec232dfc3aa /> add gh to nix shell
13
+ gh needed for Github releases
14
+
15
+ ### New Features
16
+
17
+ - <csr-id-28c832efe646a3c51d912ce9d2de487491b8065d /> forward expression parser
18
+ Parse onionpipe forwarding expressions.
19
+
20
+ ### Commit Statistics
21
+
22
+ <csr-read-only-do-not-edit />
23
+
24
+ - 2 commits contributed to the release.
25
+ - 7 days passed between releases.
26
+ - 2 commits were understood as [ conventional] ( https://www.conventionalcommits.org ) .
27
+ - 1 unique issue was worked on: [ #4 ] ( https://github.com/cmars/onionpipe-rs/issues/4 )
28
+
29
+ ### Commit Details
30
+
31
+ <csr-read-only-do-not-edit />
32
+
33
+ <details ><summary >view details</summary >
34
+
35
+ * ** [ #4 ] ( https://github.com/cmars/onionpipe-rs/issues/4 ) **
36
+ - forward expression parser ([ ` 28c832e ` ] ( https://github.com/cmars/onionpipe-rs/commit/28c832efe646a3c51d912ce9d2de487491b8065d ) )
37
+ * ** Uncategorized**
38
+ - add gh to nix shell ([ ` 959c781 ` ] ( https://github.com/cmars/onionpipe-rs/commit/959c781bcca5a17d23edc388734f3ec232dfc3aa ) )
39
+ </details >
40
+
8
41
## v0.2.1 (2023-02-12)
9
42
43
+ <csr-id-88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7 />
44
+
10
45
### Chore
11
46
12
47
- <csr-id-88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7 /> update README
@@ -15,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
50
16
51
<csr-read-only-do-not-edit />
17
52
18
- - 2 commits contributed to the release.
53
+ - 3 commits contributed to the release.
19
54
- 1 commit was understood as [ conventional] ( https://www.conventionalcommits.org ) .
20
55
- 0 issues like '(#ID)' were seen in commit messages
21
56
@@ -26,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
26
61
<details ><summary >view details</summary >
27
62
28
63
* ** Uncategorized**
64
+ - Release onionpipe v0.2.1 ([ ` a46e82d ` ] ( https://github.com/cmars/onionpipe-rs/commit/a46e82df1ee9ce654dc64d7f00e335aaabbd79aa ) )
29
65
- Release onionpipe v0.2.0 ([ ` 6c505c9 ` ] ( https://github.com/cmars/onionpipe-rs/commit/6c505c942cc9890a417f7775caff6a156ba19142 ) )
30
66
- update README ([ ` 88be3cb ` ] ( https://github.com/cmars/onionpipe-rs/commit/88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7 ) )
31
67
</details >
0 commit comments