Skip to content

Commit

Permalink
Release irox-safe-windows v0.1.0, irox-unsafe v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Dec 23, 2023
1 parent 07a6077 commit 9f2b045
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 2 deletions.
26 changes: 26 additions & 0 deletions irox-unsafe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,27 @@


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

### New Features

- <csr-id-06e668250c26d9fbeacd9326559aa8bad792b9a8/> new safe-windows module

### Commit Statistics

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

- 2 commits contributed to the release over the course of 8 calendar days.
- 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**
- New safe-windows module ([`06e6682`](https://github.com/spmadden/irox-unsafe/commit/06e668250c26d9fbeacd9326559aa8bad792b9a8))
- Initial blank ([`75052fa`](https://github.com/spmadden/irox-unsafe/commit/75052fa8d82567c20ec441e8d12f2bebdced18f6))
</details>

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

[dependencies]
irox-safe-windows = {version = "0.1.0", path = "../libraries/safe-windows", optional = true}
irox-safe-windows = {version = "^0.1.0", path = "../libraries/safe-windows", optional = true}
28 changes: 28 additions & 0 deletions libraries/safe-windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@


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

### New Features

- <csr-id-07a607756d2e0c5939e77ee6ef39cd6aec20cf62/> full CRUD operations on creds
- <csr-id-06e668250c26d9fbeacd9326559aa8bad792b9a8/> new safe-windows module

### Commit Statistics

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

- 2 commits contributed to the release.
- 2 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**
- 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>

2 changes: 1 addition & 1 deletion libraries/safe-windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ readme = "README.md"
workspace = true

[dependencies]
windows = {workspace = true, features = ["Win32_Foundation", "Win32_Security_Credentials", "Win32_Graphics_Gdi"] }
windows = {workspace = true, features = ["Win32_Foundation", "Win32_Security_Credentials", "Win32_Graphics_Gdi"] }

0 comments on commit 9f2b045

Please sign in to comment.