Skip to content

Commit dca110e

Browse files
committed
Bump version to v0.10.2
1 parent 2e92028 commit dca110e

File tree

5 files changed

+15
-8
lines changed

5 files changed

+15
-8
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## v0.10.2
4+
5+
### Fixed
6+
7+
- Fix GitHub release workflow validation so the npm publish job no longer references `secrets` directly in an `if:` expression.
8+
- Align crate, package, OpenAPI, and changelog release metadata for the `v0.10.2` tag.
9+
310
## v0.10.0
411

512
### 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 = "truss-image"
3-
version = "0.10.0"
3+
version = "0.10.2"
44
edition = "2024"
55
description = "Image toolkit with a shared Rust core across the CLI, HTTP server, and WASM demo."
66
license = "MIT"

docs/openapi.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.0.3
22
info:
33
title: Truss Image Server API
4-
version: 0.10.0
4+
version: 0.10.2
55
description: |
66
HTTP API for the Truss image toolkit.
77
@@ -499,7 +499,7 @@ paths:
499499
example:
500500
status: ok
501501
service: truss
502-
version: 0.10.0
502+
version: 0.10.2
503503
uptimeSeconds: 3600
504504
checks:
505505
- name: storageRoot
@@ -562,7 +562,7 @@ paths:
562562
example:
563563
status: ok
564564
service: truss
565-
version: 0.10.0
565+
version: 0.10.2
566566
'429':
567567
$ref: '#/components/responses/TooManyRequests'
568568
head:
@@ -1424,7 +1424,7 @@ components:
14241424
version:
14251425
type: string
14261426
description: Semantic version of the running binary.
1427-
example: "0.10.0"
1427+
example: "0.10.2"
14281428
ReadinessResponse:
14291429
type: object
14301430
description: Readiness payload with individual dependency checks.
@@ -1453,7 +1453,7 @@ components:
14531453
version:
14541454
type: string
14551455
description: Semantic version of the running binary.
1456-
example: "0.10.0"
1456+
example: "0.10.2"
14571457
uptimeSeconds:
14581458
type: integer
14591459
format: int64

packages/truss-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nao1215/truss-wasm",
3-
"version": "0.10.0",
3+
"version": "0.10.2",
44
"description": "Official bundler-ready Wasm package for truss image transforms.",
55
"type": "module",
66
"main": "./dist/truss.js",

0 commit comments

Comments
 (0)