Skip to content

Commit

Permalink
Release version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
niluxv committed Nov 17, 2024
1 parent b078b6a commit 83ecb72
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## 0.3.5 - 2024-11-17
### Internal
- Updated `windows` dependency to `0.58`. Note that this increases the MSRV for `windows` to 1.70
(which is already over a year old by now). The MSRV of `secmem-proc` itself stays 1.65.

## 0.3.4 - 2024-10-14
### Fixed
- Fixed the compilation error on FreeBSD due to missing `RawNonZeroPid` being removed from `rustix`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "secmem-proc"
version = "0.3.4"
version = "0.3.5"
authors = ["niluxv <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ difficult one to work around.) Anti-tracing can be disabled using
- improve tests (how exactly?)


[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG71F3OPwqbpvG9IQ5w6Zri17Gx1ipmWFPJ-eG-CMco2qCPLiYXKEGyPM5-YjoIUtG9KagKma_KLrG10br38MMRBdGwZt0gEtp2GEYWSBg2tzZWNtZW0tcHJvY2UwLjMuNGtzZWNtZW1fcHJvYw
[__link0]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/?search=harden::harden_process
[__link1]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/win_acl/index.html
[__cargo_doc2readme_dependencies_info]: ggGkYW0BYXSEG71F3OPwqbpvG9IQ5w6Zri17Gx1ipmWFPJ-eG-CMco2qCPLiYXKEGyPM5-YjoIUtG9KagKma_KLrG10br38MMRBdGwZt0gEtp2GEYWSBg2tzZWNtZW0tcHJvY2UwLjMuNWtzZWNtZW1fcHJvYw
[__link0]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/?search=harden::harden_process
[__link1]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/win_acl/index.html
[__link2]: https://crates.io/crates/windows
[__link3]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/config/index.html
[__link4]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/win_acl/index.html
[__link5]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/?search=config::Config::set_win_dacl_custom_user_perm
[__link6]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/?search=config::Config
[__link7]: https://docs.rs/secmem-proc/0.3.4/secmem_proc/?search=config::Config::set_anti_tracing
[__link3]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/config/index.html
[__link4]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/win_acl/index.html
[__link5]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/?search=config::Config::set_win_dacl_custom_user_perm
[__link6]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/?search=config::Config
[__link7]: https://docs.rs/secmem-proc/0.3.5/secmem_proc/?search=config::Config::set_anti_tracing

0 comments on commit 83ecb72

Please sign in to comment.