Skip to content

Commit

Permalink
Release irox-safe-linux v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed May 18, 2024
1 parent 19126e6 commit c4024a1
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/safe-linux/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


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

### Bug Fixes

- <csr-id-a13c17c1f2059eb751c1b975990ce6880d3e8f5f/> will actually build on windows now.

### Commit Statistics

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

- 1 commit contributed to the release over the course of 17 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

### Commit Details

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

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

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

## v0.1.0 (2024-03-03)

### New Features
Expand All @@ -11,7 +36,7 @@

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

- 2 commits contributed to the release over the course of 1 calendar day.
- 3 commits contributed to the release over the course of 1 calendar day.
- 2 commits were 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-safe-linux v0.1.0 ([`76792dd`](https://github.com/spmadden/irox-unsafe/commit/76792dd7de34b84e618fd0b6e3d7a0e061eb64ad))
- New safe-linux module ([`5b9241c`](https://github.com/spmadden/irox-unsafe/commit/5b9241c1f398c0bde3f66e123945f6e89a916e94))
- New safe-linux module ([`3e8a57c`](https://github.com/spmadden/irox-unsafe/commit/3e8a57c8908e7a26ac61f23ec749930649d7f774))
</details>
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.0"
version= "0.1.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit c4024a1

Please sign in to comment.