Skip to content

Commit

Permalink
Release irox-safe-windows v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Mar 3, 2024
1 parent 76792dd commit d520bbd
Show file tree
Hide file tree
Showing 4 changed files with 34 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.0", path = "../libraries/safe-windows", optional = true}
irox-safe-windows = {version = "^0.1.1", path = "../libraries/safe-windows", optional = true}
irox-safe-linux = {version = "^0", path = "../libraries/safe-linux", optional = true}
32 changes: 31 additions & 1 deletion libraries/safe-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@


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

### Bug Fixes

- <csr-id-367917b71090e73c90aa056673452866ebb6d539/> move uses behind target gate round 2
- <csr-id-d433050e555f5cd763ea4718b8543ed8b003e5eb/> move uses behind target gate
- <csr-id-314598b12420dc6c2283492004dd5e6a341fc256/> put most of the module behind 'windows' target gate

### Commit Statistics

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

- 3 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

### Commit Details

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

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

* **Uncategorized**
- 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))
</details>

## v0.1.0 (2023-12-23)

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

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

- 2 commits contributed to the release.
- 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 All @@ -22,6 +51,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-safe-windows v0.1.0, irox-unsafe v0.1.0 ([`9f2b045`](https://github.com/spmadden/irox-unsafe/commit/9f2b0451921d1346b4758e37fd858bcb28689489))
- Full CRUD operations on creds ([`07a6077`](https://github.com/spmadden/irox-unsafe/commit/07a607756d2e0c5939e77ee6ef39cd6aec20cf62))
- New safe-windows module ([`06e6682`](https://github.com/spmadden/irox-unsafe/commit/06e668250c26d9fbeacd9326559aa8bad792b9a8))
</details>
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.0"
version= "0.1.1"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit d520bbd

Please sign in to comment.