Skip to content

Commit

Permalink
Release irox-safe-linux v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Dec 1, 2024
1 parent 00da48a commit 16582d9
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 5 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.

44 changes: 41 additions & 3 deletions libraries/safe-linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@


## v0.1.2 (2024-12-01)

### Chore

- <csr-id-b5039c0513a6771aa45a1333d41aa201b27d2937/> clean up lints and formatting

### New Features

- <csr-id-ed04e81e2c587ca3ae88edcf4d769616ed31b61f/> beginnings of a new AIO feature

### Bug Fixes

- <csr-id-6b4370f995d43dbf73ac806ba533c587105b0bd3/> fixup linux build round 5
- <csr-id-669daf0ea492ab9feb0803b97cf700b3d0cae33d/> fixup linux build round 4

### Commit Statistics

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

- 4 commits contributed to the release.
- 196 days passed between releases.
- 4 commits were 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 linux build round 5 ([`6b4370f`](https://github.com/spmadden/irox-unsafe/commit/6b4370f995d43dbf73ac806ba533c587105b0bd3))
- Fixup linux build round 4 ([`669daf0`](https://github.com/spmadden/irox-unsafe/commit/669daf0ea492ab9feb0803b97cf700b3d0cae33d))
- Clean up lints and formatting ([`b5039c0`](https://github.com/spmadden/irox-unsafe/commit/b5039c0513a6771aa45a1333d41aa201b27d2937))
- Beginnings of a new AIO feature ([`ed04e81`](https://github.com/spmadden/irox-unsafe/commit/ed04e81e2c587ca3ae88edcf4d769616ed31b61f))
</details>

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

### Bug Fixes
Expand All @@ -10,8 +47,8 @@

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

- 1 commit contributed to the release over the course of 17 calendar days.
- 75 days passed between releases.
- 2 commits contributed to the release.
- 76 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 +59,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-safe-linux v0.1.1 ([`c4024a1`](https://github.com/spmadden/irox-unsafe/commit/c4024a1a2279d31f60ee7bdb6289c864f2cbcd07))
- Will actually build on windows now. ([`a13c17c`](https://github.com/spmadden/irox-unsafe/commit/a13c17c1f2059eb751c1b975990ce6880d3e8f5f))
</details>

Expand All @@ -36,7 +74,7 @@

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

- 3 commits contributed to the release over the course of 1 calendar day.
- 3 commits contributed to the release.
- 2 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand Down
2 changes: 1 addition & 1 deletion libraries/safe-linux/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-safe-linux"
description = "Pure-Rust implementations of the linux native API functions & SYSCALLs to make them ergonomic."
keywords = ["irox", "irox-unsafe", "no-std", "linux", "syscall"]
categories = ["api-bindings", "os::linux-apis", "no-std"]
version= "0.1.1"
version= "0.1.2"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 16582d9

Please sign in to comment.