Skip to content

Commit 3e8c2ae

Browse files
Merge pull request #35 from 0xBoji/release-plz-2026-03-15T02-56-58Z
chore(release): release v0.8.1
2 parents 44e8ef3 + 5032347 commit 3e8c2ae

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.8.1](https://github.com/0xBoji/verifyOS/compare/v0.8.0...v0.8.1) - 2026-03-15
11+
12+
### Added
13+
14+
- *(frontend)* enable bundle upload
15+
- *(frontend)* wire upload to backend
16+
- *(frontend)* switch footer to backend-first copy
17+
- *(frontend)* add ios-friendly landing UI
18+
- *(frontend)* scaffold nextjs app
19+
20+
### Fixed
21+
22+
- *(frontend)* show backend errors precisely
23+
24+
### Other
25+
26+
- add backend and frontend start steps
27+
- update repository links
28+
- *(architecture)* add backend frontend layout
29+
- *(architecture)* init monorepo layout
30+
1031
## [0.8.0](https://github.com/0xBoji/verifyOS/compare/v0.7.3...v0.8.0) - 2026-03-15
1132

1233
### Added

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.8.0"
3+
version = "0.8.1"
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)