Skip to content

Commit c911d3c

Browse files
Merge pull request #38 from 0xBoji/release-plz-2026-03-16T10-51-12Z
chore(release): release v0.10.0
2 parents c316b7a + 406e6b7 commit c911d3c

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.0](https://github.com/0xBoji/verifyOS/compare/v0.9.0...v0.10.0) - 2026-03-17
11+
12+
### Added
13+
14+
- *(core)* implement recursive .app bundle discovery in zip extractor
15+
- *(frontend)* add interactive severity filtering and bulk tree controls
16+
- *(frontend)* refine Findings Explorer UI and update example report
17+
- *(frontend)* add hierarchical Findings Explorer tree view
18+
- *(rules)* implement Xcode 26 build mandate and enhance privacy sdk checks
19+
20+
### Fixed
21+
22+
- *(rules)* prevent test failures on empty manifests and downgrade Xcode mandate
23+
- *(frontend)* ensure Findings Explorer and summaries only include failures
24+
- *(backend)* fix ownership errors and restore optimized MUSL build
25+
26+
### Other
27+
28+
- add agent workflow for CI/CD pipelines
29+
- add agent workflows for frontend, backend, and extension
30+
- update README badges and resources with official links
31+
1032
## [0.9.0](https://github.com/0xBoji/verifyOS/compare/v0.8.2...v0.9.0) - 2026-03-16
1133

1234
### Fixed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "verifyos-cli"
3-
version = "0.9.0"
3+
version = "0.10.0"
44
edition = "2021"
55
authors = ["0xboji"]
66
description = "AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission."

0 commit comments

Comments
 (0)