v1.0.1
Docker (tags) / release (push) Failing after 1s

This commit is contained in:
2026-05-29 06:01:08 +00:00
parent a5a9d5fd30
commit 6cfa723e8e
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-29 - 1.0.1
### Fixes
- update SmartProxy Docker image to include the WebSocket tunnel lifecycle fix
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "ht-docker-smartproxy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Multi-architecture Docker image for the Rust-backed SmartProxy daemon.",
"type": "module",
"private": true,
+8
View File
@@ -0,0 +1,8 @@
/**
* autocreated commitinfo by @push.rocks/commitinfo
*/
export const commitinfo = {
name: 'ht-docker-smartproxy',
version: '1.0.1',
description: 'Multi-architecture Docker image for the Rust-backed SmartProxy daemon.'
}