From 870b2fc62f7f2de3b8e2d1d22d9008aba02bad81 Mon Sep 17 00:00:00 2001 From: UncleSp1d3r Date: Tue, 23 Jun 2026 21:45:15 -0400 Subject: [PATCH 1/4] chore: release v0.1.2 Publish pending crate dependency bumps (thiserror 2.0.18, windows 0.62.2, proptest 1.10) merged as chore(deps) and not auto-released. No library code changes since v0.1.1. Also corrects the maintainer author email in Cargo.toml (unclespid3r -> unclesp1d3r). Signed-off-by: UncleSp1d3r --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f32b61f..87e751c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2026-06-24 + +### Dependencies + +- Bump `thiserror` to 2.0.18 +- Bump `windows` to 0.62.2 +- Bump `proptest` (dev) to 1.10 + +### Miscellaneous + +- CI/tooling only (no library changes): Mergify auto-merge for bot PRs, `mise.lock` refresh, OpenSSF Scorecard + Best Practices badges, and least-privilege workflow permissions ## [0.1.1] - 2026-03-09 @@ -86,4 +97,5 @@ All notable changes to this project will be documented in this file. - **docs**: Reorder allowed licenses in deny.toml for clarity - **tools**: Add mise-lock-check and adjust tooling configs - Release v0.1.1 ([#2](https://github.com/EvilBit-Labs/token-privilege/pull/2)) + diff --git a/Cargo.toml b/Cargo.toml index 1438c53..1eb0369 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "token-privilege" -version = "0.1.1" +version = "0.1.2" edition = "2024" authors = [ - "UncleSp1d3r ", + "UncleSp1d3r ", "KryptoKat ", ] description = "Safe Rust wrapper around Windows process token privilege and elevation detection APIs" From 8c3f02843b226cdb041f75528ed229820cccab2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:47:26 +0000 Subject: [PATCH 2/4] chore(deps): Bump actions/upload-pages-artifact from 4.0.0 to 5.0.0 Bumps [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) from 4.0.0 to 5.0.0. - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/7b1f4a764d45c48632c6b24a0339c27f5614fb0b...fc324d3547104276b827a68afc52ff2a11cc49c9) --- updated-dependencies: - dependency-name: actions/upload-pages-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f0700b2..9ae7b2b 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -59,7 +59,7 @@ jobs: - name: Upload artifact if: github.ref == 'refs/heads/main' - uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: docs/book From f3a0e89353ea7cc24236e1a0f86c4351c7f5bd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:47:29 +0000 Subject: [PATCH 3/4] chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 427336c..397fef3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -31,7 +31,7 @@ jobs: publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif From daf54972d365c4bf4f027d877ad8bae72049bf41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 01:47:32 +0000 Subject: [PATCH 4/4] chore(deps): Bump actions/configure-pages from 5.0.0 to 6.0.0 Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/983d7736d9b0ae728b81ab479565c72886d7745b...45bfe0192ca1faeb007ade9deae92b16b8254a0d) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f0700b2..aa1f876 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -55,7 +55,7 @@ jobs: - name: Setup Pages if: github.ref == 'refs/heads/main' - uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0 + uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - name: Upload artifact if: github.ref == 'refs/heads/main'