Skip to content

Commit 6b90b95

Browse files
committed
Bump version 0.2.1 -> 0.3.0
1 parent ae49891 commit 6b90b95

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,43 @@
11
Changelog
22
=========
33

4+
v0.3.0
5+
------
6+
7+
- Added new collector for Isolated User Mode: `Ium`
8+
- Added new collector for Pointer Authentication: `PointerAuth`
9+
- Relevant collectors now include an additional `Secure` column
10+
Indicates if the value is considered secure for the given system.
11+
- `KernelDma` collector
12+
- Added description for field
13+
- Renamed collector from `DmaGuardPolicy`
14+
- `KvaShadow` collector
15+
- Tweaks to field descriptions
16+
- Renamed collector from `KernelVaShadow`
17+
- `SecureBoot` collector
18+
- Added descriptions for fields
19+
- `ShadowStacks`
20+
- Added descriptions for fields
21+
- Renamed collector from `ShadowStack`
22+
- `SkSpecCtrl`
23+
- Added support for 4 new fields
24+
- Added descriptions for existing fields
25+
- Renamed collector from `SecureSpeculationControl`
26+
- `SpecCtrl`
27+
- Added support for 15 new fields with descriptions
28+
- Renamed collector from `SpeculationControl`
29+
- `Vbs`
30+
- Added support for additional VBS security services
31+
- Renamed collector from `WindowsDefender`
32+
- `Vsm`
33+
- Added descriptions for fields
34+
- Renamed collector from `VsmProtection`
35+
- Added several sections to the `README.md`
36+
- Overhauled the glossary section of `README.md`
37+
- Huge number of code quality & tooling improvements
38+
- Updated `System.CommandLine` to v2.0.0
39+
- Updated all other NuGet dependencies
40+
441
v0.2.1
542
------
643

src/QueryHardwareSecurity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
1414
<!-- AssemblyInfo metadata -->
1515
<AssemblyTitle>Query Hardware Security</AssemblyTitle>
16-
<Version>0.2.1</Version>
16+
<Version>0.3.0</Version>
1717
<NeutralLanguage>en-AU</NeutralLanguage>
1818
<Product>Query Hardware Security</Product>
1919
<Description>Query Windows support for security features and mitigations with hardware dependencies</Description>

0 commit comments

Comments
 (0)