Skip to content

Commit

Permalink
Release irox-safe-windows v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed May 18, 2024
1 parent c4024a1 commit 689c8af
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 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.

2 changes: 1 addition & 1 deletion irox-unsafe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ safe-windows = ['dep:irox-safe-windows']
safe-linux = ['dep:irox-safe-linux']

[dependencies]
irox-safe-windows = {version = "^0.1.1", path = "../libraries/safe-windows", optional = true}
irox-safe-windows = {version = "^0.1.2", path = "../libraries/safe-windows", optional = true}
irox-safe-linux = {version = "^0", path = "../libraries/safe-linux", optional = true}
40 changes: 39 additions & 1 deletion libraries/safe-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@


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

### Chore

- <csr-id-b46284ce23f869bdba3d341a97ffc65bb9440414/> bump to latest deps

### New Features

- <csr-id-ba8cf95b899d3fe6797f019f43408749cb3c2aad/> add async file I/O class
- <csr-id-89016d4a7a6ce3bc35d375519164d5016bf58731/> basics of reading SMBIOS data

### Bug Fixes

- <csr-id-e21de17b68ab59f0fbaedfce1fde65722b079cf3/> fix linux build

### Commit Statistics

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

- 4 commits contributed to the release over the course of 17 calendar days.
- 75 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**
- Bump to latest deps ([`b46284c`](https://github.com/spmadden/irox-unsafe/commit/b46284ce23f869bdba3d341a97ffc65bb9440414))
- Fix linux build ([`e21de17`](https://github.com/spmadden/irox-unsafe/commit/e21de17b68ab59f0fbaedfce1fde65722b079cf3))
- Add async file I/O class ([`ba8cf95`](https://github.com/spmadden/irox-unsafe/commit/ba8cf95b899d3fe6797f019f43408749cb3c2aad))
- Basics of reading SMBIOS data ([`89016d4`](https://github.com/spmadden/irox-unsafe/commit/89016d4a7a6ce3bc35d375519164d5016bf58731))
</details>

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

### Bug Fixes
Expand All @@ -12,7 +49,7 @@

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

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

* **Uncategorized**
- Release irox-safe-windows v0.1.1 ([`d520bbd`](https://github.com/spmadden/irox-unsafe/commit/d520bbd2b8d5f37043c091ecfe5ce3e2f1942e54))
- Move uses behind target gate round 2 ([`367917b`](https://github.com/spmadden/irox-unsafe/commit/367917b71090e73c90aa056673452866ebb6d539))
- Move uses behind target gate ([`d433050`](https://github.com/spmadden/irox-unsafe/commit/d433050e555f5cd763ea4718b8543ed8b003e5eb))
- Put most of the module behind 'windows' target gate ([`314598b`](https://github.com/spmadden/irox-unsafe/commit/314598b12420dc6c2283492004dd5e6a341fc256))
Expand Down
2 changes: 1 addition & 1 deletion libraries/safe-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-safe-windows"
description = "Wrappers around the windows native unsafe functions to make them ergonomic"
keywords = ["irox", "irox-safe"]
categories = ["api-bindings", "os::windows-apis"]
version= "0.1.1"
version= "0.1.2"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit 689c8af

Please sign in to comment.