Skip to content

Commit

Permalink
Release irox-threading v0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Jun 28, 2024
1 parent ddd2d44 commit 10215f4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 27 additions & 1 deletion libraries/threading/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## v0.2.5 (2024-06-28)

### Chore

- <csr-id-7b8a2bfcae359473feeeb4eb7098f9eab14685ee/> fixup some 1.78 lint warnings

### Commit Statistics

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

- 1 commit contributed to the release over the course of 37 calendar days.
- 41 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

### Commit Details

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

<details><summary>view details</summary>

* **Uncategorized**
- Fixup some 1.78 lint warnings ([`7b8a2bf`](https://github.com/spmadden/irox/commit/7b8a2bfcae359473feeeb4eb7098f9eab14685ee))
</details>

## v0.2.4 (2024-05-18)

### Bug Fixes
Expand All @@ -10,7 +35,7 @@

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

- 1 commit contributed to the release over the course of 13 calendar days.
- 2 commits contributed to the release over the course of 13 calendar days.
- 75 days passed between releases.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -22,6 +47,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-threading v0.2.4 ([`42fa14b`](https://github.com/spmadden/irox/commit/42fa14b1a9bf98289ba745f9f03a7c209be0b496))
- Fix issue in current thread executor where a task would mark that it should be rescheduled, but the executor would override it. ([`0b4029d`](https://github.com/spmadden/irox/commit/0b4029db8c0c9882e2c248bdd24b7a708a85d8d3))
</details>

Expand Down
2 changes: 1 addition & 1 deletion libraries/threading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-threading"
description = "Blocking and Asynchronous Threading Tools"
keywords = ["irox", "asynchronous", "concurrency", "threads", "parallel-processing"]
categories = ["asynchronous", "concurrency", "rust-patterns"]
version= "0.2.4"
version= "0.2.5"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 10215f4

Please sign in to comment.