CI/CD: release version v0.3.21

This commit is contained in:
ospab 2026-06-25 23:32:47 +03:00
parent 922cf0b142
commit e31a651eb1
4 changed files with 9 additions and 9 deletions

12
Cargo.lock generated
View File

@ -1447,7 +1447,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]] [[package]]
name = "ostp" name = "ostp"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -1474,7 +1474,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-client" name = "ostp-client"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"base64", "base64",
@ -1509,7 +1509,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-core" name = "ostp-core"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"byteorder", "byteorder",
@ -1546,7 +1546,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-server" name = "ostp-server"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum", "axum",
@ -1579,7 +1579,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-tun" name = "ostp-tun"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"libc", "libc",
@ -1592,7 +1592,7 @@ dependencies = [
[[package]] [[package]]
name = "ostp-tun-helper" name = "ostp-tun-helper"
version = "0.3.20" version = "0.3.21"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"hex", "hex",

View File

@ -12,7 +12,7 @@ resolver = "2"
[workspace.package] [workspace.package]
edition = "2021" edition = "2021"
license = "BSL 1.1" license = "BSL 1.1"
version = "0.3.20" version = "0.3.21"
[workspace.dependencies] [workspace.dependencies]
anyhow = "1.0" anyhow = "1.0"

View File

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts # In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix. # of the product and file versions while build-number is used as the build suffix.
version: 0.3.20+32 version: 0.3.21+33
environment: environment:
sdk: ^3.11.4 sdk: ^3.11.4

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "ostp-gui", "productName": "ostp-gui",
"version": "0.3.20", "version": "0.3.21",
"identifier": "com.ospab.ostp", "identifier": "com.ospab.ostp",
"build": { "build": {
"frontendDist": "../src" "frontendDist": "../src"