4 Commits

Author SHA1 Message Date
e2c83b5219 Removing references of the devel branch (#15)
All checks were successful
Release Tagging / release (push) Successful in 31s
Rust Build / Check (push) Successful in 28s
Rust Build / Test Suite (push) Successful in 25s
Rust Build / Rustfmt (push) Successful in 28s
Rust Build / Clippy (push) Successful in 30s
Rust Build / build (push) Successful in 27s
Reviewed-on: #15
Co-authored-by: phoenix <kundeng00@pm.me>
Co-committed-by: phoenix <kundeng00@pm.me>
2025-08-02 21:14:25 +00:00
b414031af0 v0.3 release (#9)
All checks were successful
Rust Build / Check (push) Successful in 30s
Rust Build / Test Suite (push) Successful in 39s
Rust Build / Rustfmt (push) Successful in 26s
Rust Build / Clippy (push) Successful in 32s
Rust Build / build (push) Successful in 28s
Rust Build / Check (pull_request) Successful in 31s
Rust Build / Test Suite (pull_request) Successful in 38s
Rust Build / Rustfmt (pull_request) Successful in 29s
Rust Build / Clippy (pull_request) Successful in 27s
Rust Build / build (pull_request) Successful in 30s
Reviewed-on: #9
2025-07-23 22:04:06 +00:00
3ee8c1e573 Stable release (#5)
Reviewed-on: #5
2025-06-02 00:13:57 +00:00
9aa16a3f2e First release (#2)
Reviewed-on: #2
2025-05-29 22:55:19 +00:00
2 changed files with 1 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ name: Release Tagging
on:
push:
branches:
- devel
- main
jobs:
release:

View File

@@ -4,11 +4,9 @@ on:
push:
branches:
- main
- devel
pull_request:
branches:
- main
- devel
jobs:
check:
@@ -62,4 +60,3 @@ jobs:
with:
toolchain: 1.88.0
- run: cargo build