From 42ac15b5e9b6aaa59284d65fdabb91dd9a3cb09d Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Sun, 24 May 2026 13:07:22 -0700 Subject: [PATCH 1/2] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ae4b24..022878e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2589,7 +2589,7 @@ checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" [[package]] name = "toes-matter" -version = "0.1.17" +version = "0.1.18" dependencies = [ "async-compat", "embassy-time-queue-utils", diff --git a/Cargo.toml b/Cargo.toml index d31d337..ca870e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "toes-matter" -version = "0.1.17" +version = "0.1.18" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" From bcc2c2a1748b0007eead9737c7c46b5738320024 Mon Sep 17 00:00:00 2001 From: Pat Nakajima Date: Sun, 24 May 2026 13:25:00 -0700 Subject: [PATCH 2/2] publish to nose.space --- releasor2000.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasor2000.toml b/releasor2000.toml index f4b5a20..9cea241 100644 --- a/releasor2000.toml +++ b/releasor2000.toml @@ -16,7 +16,7 @@ targets = [ [git] type = "gitea" # defaults to "github" -base-url = "https://git.fishmt.net" +base-url = "https://git.nose.space" # api-base-url = "https://git.example.com/api/v1" # defaults from type/base-url # token-env = "GITEA_TOKEN" # defaults: GITHUB_TOKEN or GITEA_TOKEN