Skip to content

Commit 122cbfa

Browse files
committed
Release onionpipe v0.2.2
1 parent 959c781 commit 122cbfa

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
841
## v0.2.1 (2023-02-12)
942

43+
<csr-id-88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7/>
44+
1045
### Chore
1146

1247
- <csr-id-88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7/> update README
@@ -15,7 +50,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1550

1651
<csr-read-only-do-not-edit/>
1752

18-
- 2 commits contributed to the release.
53+
- 3 commits contributed to the release.
1954
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2055
- 0 issues like '(#ID)' were seen in commit messages
2156

@@ -26,6 +61,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2661
<details><summary>view details</summary>
2762

2863
* **Uncategorized**
64+
- Release onionpipe v0.2.1 ([`a46e82d`](https://github.com/cmars/onionpipe-rs/commit/a46e82df1ee9ce654dc64d7f00e335aaabbd79aa))
2965
- Release onionpipe v0.2.0 ([`6c505c9`](https://github.com/cmars/onionpipe-rs/commit/6c505c942cc9890a417f7775caff6a156ba19142))
3066
- update README ([`88be3cb`](https://github.com/cmars/onionpipe-rs/commit/88be3cb690686fdb5c1d1d76f6b5e06e1431e3d7))
3167
</details>

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onionpipe"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
authors = ["Casey Marshall <git@cmars.tech>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)