Bump version to 0.2.1
CI / test (push) Successful in 41s
Release / release (push) Failing after 36s

This commit is contained in:
2026-06-09 18:19:30 +09:00
parent b3feec08db
commit 8c39d41985
3 changed files with 4 additions and 4 deletions
Generated
+1 -1
View File
@@ -667,7 +667,7 @@ dependencies = [
[[package]]
name = "openstock"
version = "0.2.0"
version = "0.2.1"
dependencies = [
"clap",
"encoding_rs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openstock"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
[dependencies]
+2 -2
View File
@@ -57,8 +57,8 @@ curl -fsSL https://git.hananakick.cc/Autotrade/openstock/raw/branch/main/scripts
Gitea Actions가 활성화된 저장소에서는 push 시 자동으로 CI가 실행됩니다. `main` branch push는 테스트와 release 빌드 검증만 수행하고, `v*` tag push는 Gitea Release를 만들고 Linux x86_64 바이너리를 asset으로 등록합니다.
```bash
git tag v0.2.0
git push origin main v0.2.0
git tag v0.2.1
git push origin main v0.2.1
```
필요 조건: