Skip to content

Commit 05cb6a1

Browse files
release: v1.4.1 (#2171)
- [x] Update workspace version - [x] Update changelog
1 parent 0af2248 commit 05cb6a1

File tree

17 files changed

+225
-223
lines changed

17 files changed

+225
-223
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
workflow_dispatch:
66
inputs:
77
version:
8-
description: "Version tag (e.g., v1.4.0)"
8+
description: "Version tag (e.g., v1.4.1)"
99
required: true
10-
default: "v1.4.0"
10+
default: "v1.4.1"
1111
type: string
1212

1313
env:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5
2323

2424
- name: Set version
25-
run: echo "version=${{ github.event.inputs.version || 'v1.4.0' }}" >> $GITHUB_ENV
25+
run: echo "version=${{ github.event.inputs.version || 'v1.4.1' }}" >> $GITHUB_ENV
2626

2727
- name: Install solc # svm should support arm64 linux
2828
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version

.github/workflows/versioning.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ on:
55
workflow_dispatch:
66
inputs:
77
version:
8-
description: "Version tag to compare (e.g., v1.4.0)"
8+
description: "Version tag to compare (e.g., v1.4.1)"
99
required: true
10-
default: "v1.4.0"
10+
default: "v1.4.1"
1111
type: string
1212

1313
jobs:
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v5
2020

2121
- name: Set version fallback
22-
run: echo "version=${{ github.event.inputs.version || 'v1.4.0' }}" >> $GITHUB_ENV
22+
run: echo "version=${{ github.event.inputs.version || 'v1.4.1' }}" >> $GITHUB_ENV
2323

2424
- name: Install solc # svm should support arm64 linux
2525
run: (hash svm 2>/dev/null || cargo install --version 0.2.23 svm-rs) && svm install 0.8.19 && solc --version

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ All notable changes to OpenVM will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project follows a versioning principles documented in [VERSIONING.md](./VERSIONING.md).
77

8-
## v1.4.1 (Unreleased)
8+
## Unreleased
9+
10+
## v1.4.1 (2025-10-26)
911

1012
### Added
1113
- (CLI) Add configurable segmentation arguments to `cargo openvm prove` commands.

0 commit comments

Comments
 (0)