Skip to content

Commit 0c403e8

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2026-02-17) ### Bug Fixes * bump Rust Docker image to 1.85 for edition2024 support ([209f460](209f460)) * lowercase GHCR image tags for Docker push ([89449f9](89449f9)) * remove target-cpu=native to avoid SIGILL on Blacksmith runners ([22bcb85](22bcb85)) * use rust:1.93-bookworm Docker image ([ddd1a24](ddd1a24)) ### Features * initial term-executor — remote evaluation server for Basilica ([18f4f67](18f4f67)) * production-ready implementation with Basilica integration ([5797025](5797025)) ### Performance Improvements * minimal Docker image - remove all language runtimes from executor ([38058e8](38058e8))
1 parent faf6b4e commit 0c403e8

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 1.0.0 (2026-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* bump Rust Docker image to 1.85 for edition2024 support ([209f460](https://github.com/PlatformNetwork/term-executor/commit/209f460eb34788ff60604d2dc9c54c7c548be806))
7+
* lowercase GHCR image tags for Docker push ([89449f9](https://github.com/PlatformNetwork/term-executor/commit/89449f992311c3712c5caa7a8d520dba09937866))
8+
* remove target-cpu=native to avoid SIGILL on Blacksmith runners ([22bcb85](https://github.com/PlatformNetwork/term-executor/commit/22bcb85a7de818a03dcb43e01437316fd0ad0a0f))
9+
* use rust:1.93-bookworm Docker image ([ddd1a24](https://github.com/PlatformNetwork/term-executor/commit/ddd1a2450e73bc41348a756b86dcb231d976acbd))
10+
11+
12+
### Features
13+
14+
* initial term-executor — remote evaluation server for Basilica ([18f4f67](https://github.com/PlatformNetwork/term-executor/commit/18f4f673d213dc07522034346fdda656bd016352))
15+
* production-ready implementation with Basilica integration ([5797025](https://github.com/PlatformNetwork/term-executor/commit/57970256c3a3201f6749f99933617a5e16fdd5cd))
16+
17+
18+
### Performance Improvements
19+
20+
* minimal Docker image - remove all language runtimes from executor ([38058e8](https://github.com/PlatformNetwork/term-executor/commit/38058e8a848c0a945b411ea955eb56f0a9a5272a))

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "term-executor"
3-
version = "0.1.0"
3+
version = "1.0.0"
44
edition = "2021"
55
description = "Remote evaluation executor for term-challenge — runs on Basilica"
66
authors = ["Platform Network"]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
1.0.0

0 commit comments

Comments
 (0)