Skip to content

Commit 446a55c

Browse files
committed
Release onionpipe v0.3.1
1 parent fe374c3 commit 446a55c

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

+28-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ 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.3.1 (2023-02-26)
9+
10+
### Chore
11+
12+
- <csr-id-fe374c36842ce95366842e3b141a25147b94fd07/> README updates
13+
Updating README to reflect state of latest 0.3.0 release
14+
15+
### Commit Statistics
16+
17+
<csr-read-only-do-not-edit/>
18+
19+
- 1 commit contributed to the release.
20+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
21+
- 1 unique issue was worked on: [#6](https://github.com/cmars/onionpipe-rs/issues/6)
22+
23+
### Commit Details
24+
25+
<csr-read-only-do-not-edit/>
26+
27+
<details><summary>view details</summary>
28+
29+
* **[#6](https://github.com/cmars/onionpipe-rs/issues/6)**
30+
- README updates ([`fe374c3`](https://github.com/cmars/onionpipe-rs/commit/fe374c36842ce95366842e3b141a25147b94fd07))
31+
</details>
32+
833
## v0.3.0 (2023-02-25)
934

1035
### New Features
@@ -16,7 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1641

1742
<csr-read-only-do-not-edit/>
1843

19-
- 1 commit contributed to the release.
44+
- 2 commits contributed to the release.
2045
- 5 days passed between releases.
2146
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
2247
- 1 unique issue was worked on: [#5](https://github.com/cmars/onionpipe-rs/issues/5)
@@ -29,6 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2954

3055
* **[#5](https://github.com/cmars/onionpipe-rs/issues/5)**
3156
- parse forward expressions from CLI ([`b5554e0`](https://github.com/cmars/onionpipe-rs/commit/b5554e040254cd4639b741f3d5b256857c126662))
57+
* **Uncategorized**
58+
- Release onionpipe v0.3.0 ([`bf2c441`](https://github.com/cmars/onionpipe-rs/commit/bf2c441c5a3cc0bfc813ee86abe673f57cc097a2))
3259
</details>
3360

3461
## v0.2.2 (2023-02-20)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "onionpipe"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
authors = ["Casey Marshall <[email protected]>"]
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)