Compare commits

..
Author SHA1 Message Date
phoenix cba5d24df4 Updated workflows
swoosh pr / Rustfmt (pull_request) Successful in 38s
Release Tagging / release (pull_request) Successful in 32s
swoosh pr / Clippy (pull_request) Successful in 1m42s
swoosh pr / Check (pull_request) Successful in 2m28s
2026-06-20 15:15:32 -04:00
phoenix d8695d4a01 bump: swoosh
swoosh pr / Rustfmt (pull_request) Successful in 35s
swoosh pr / Check (pull_request) Successful in 1m37s
Release Tagging / release (pull_request) Failing after 29s
swoosh pr / Clippy (pull_request) Successful in 1m29s
2026-06-20 15:14:14 -04:00
phoenix da2343a96e bump: textsender_models
swoosh pr / Rustfmt (pull_request) Successful in 39s
Release Tagging / release (pull_request) Successful in 39s
swoosh pr / Check (pull_request) Successful in 1m25s
swoosh pr / Clippy (pull_request) Successful in 2m18s
2026-06-20 15:13:16 -04:00
4 changed files with 868 additions and 8 deletions
+4
View File
@@ -5,6 +5,10 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:
name: Check name: Check
+4
View File
@@ -5,6 +5,10 @@ on:
branches: branches:
- main - main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs: jobs:
check: check:
name: Check name: Check
Generated
+858 -6
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "swoosh" name = "swoosh"
version = "0.4.0" version = "0.4.1"
edition = "2024" edition = "2024"
rust-version = "1.96" rust-version = "1.96"
description = "Library to send text messages" description = "Library to send text messages"
@@ -18,7 +18,7 @@ uuid = { version = "1.23.3", features = ["v4", "serde"] }
base64-ng = { version = "1.0.8" } base64-ng = { version = "1.0.8" }
const_format = { version = "0.2.36" } const_format = { version = "0.2.36" }
josekit = { version = "0.10.3" } josekit = { version = "0.10.3" }
textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.0", features = ["config", "contact", "message"] } textsender_models = { git = "ssh://git@git.kundeng.us/phoenix/textsender_models.git", tag = "v0.4.3-29-384dd41690-111", features = ["config", "contact", "message"] }
[dev-dependencies] [dev-dependencies]
tempfile = { version = "3.27.0" } tempfile = { version = "3.27.0" }