Update version to 0.1.7
Build / Build & push landing (push) Successful in 18s
Build / Deploy to prod (push) Successful in 6s
Build / Notify Max (push) Successful in 1s

Fix landing page GitHub links to use pub namespace
This commit is contained in:
2026-06-15 16:59:27 +07:00
parent 372dd7123a
commit 333b051e9d
6 changed files with 12 additions and 12 deletions
Generated
+5 -5
View File
@@ -869,7 +869,7 @@ dependencies = [
[[package]]
name = "spacesh-cli"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"anyhow",
"clap",
@@ -881,7 +881,7 @@ dependencies = [
[[package]]
name = "spacesh-core"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"alacritty_terminal",
"serde",
@@ -891,7 +891,7 @@ dependencies = [
[[package]]
name = "spacesh-proto"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"bytes",
"serde",
@@ -903,7 +903,7 @@ dependencies = [
[[package]]
name = "spacesh-pty"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"anyhow",
"bytes",
@@ -913,7 +913,7 @@ dependencies = [
[[package]]
name = "spaceshd"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"anyhow",
"base64",
+1 -1
View File
@@ -10,7 +10,7 @@ members = [
[workspace.package]
edition = "2021"
version = "0.1.6"
version = "0.1.7"
[workspace.dependencies]
tokio = { version = "1", features = ["full"] }
+1 -1
View File
@@ -3440,7 +3440,7 @@ dependencies = [
[[package]]
name = "spacesh-proto"
version = "0.1.6"
version = "0.1.7"
dependencies = [
"bytes",
"serde",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "spacesh",
"version": "0.1.6",
"version": "0.1.7",
"identifier": "xyz.spacesh.app",
"build": {
"frontendDist": "../dist",
+1 -1
View File
@@ -4,7 +4,7 @@
services:
landing:
# LANDING_IMAGE is written to .env by the CI deploy job (exact registry path + tag).
image: ${LANDING_IMAGE:-git.realmanual.ru/spacesh/spacesh-landing:latest}
image: ${LANDING_IMAGE:-git.realmanual.ru/pub/spacesh-landing:latest}
restart: unless-stopped
expose:
- "80"
+3 -3
View File
@@ -818,7 +818,7 @@
<a href="#features">Возможности</a>
<a href="#how">Как работает</a>
<a href="#cli">CLI</a>
<a href="https://git.realmanual.ru/realmanual/spaceshell" target="_blank" rel="noopener">GitHub</a>
<a href="https://git.realmanual.ru/pub/spaceshell" target="_blank" rel="noopener">GitHub</a>
</nav>
<a href="https://spaceshell.ru/download/spacesh.dmg" download class="btn btn-primary">Скачать для macOS</a>
<button class="mobile-nav-toggle" aria-label="Меню"></button>
@@ -1105,7 +1105,7 @@
Скачать для macOS
</a>
</div>
<a href="https://git.realmanual.ru/realmanual/spaceshell" target="_blank" rel="noopener" class="cta-github">
<a href="https://git.realmanual.ru/pub/spaceshell" target="_blank" rel="noopener" class="cta-github">
Исходники на GitHub →
</a>
</div>
@@ -1120,7 +1120,7 @@
<span class="footer-copy">© 2026 spacesh</span>
</div>
<div class="footer-links">
<a href="https://git.realmanual.ru/realmanual/spaceshell" target="_blank" rel="noopener">GitHub</a>
<a href="https://git.realmanual.ru/pub/spaceshell" target="_blank" rel="noopener">GitHub</a>
<a href="#">Документация</a>
<a href="#">Лицензия</a>
</div>