Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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))

<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "token-privilege"
version = "0.1.1"
version = "0.1.2"
edition = "2024"
authors = [
"UncleSp1d3r <unclespid3r@evilbitlabs.io>",
"UncleSp1d3r <unclesp1d3r@evilbitlabs.io>",
"KryptoKat <kryptokat@evilbitlabs.io>",
]
description = "Safe Rust wrapper around Windows process token privilege and elevation detection APIs"
Expand Down
Loading