From b9d8e300580516235ba24e800bbfcf081cf6ce19 Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 16 Apr 2026 15:04:21 +0000 Subject: [PATCH] chore: bump version to 0.1.16 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- cortex.spec | 7 ++++++- helexa-neuron.spec | 7 ++++++- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f149544..2c7ade7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cortex-cli" -version = "0.1.14" +version = "0.1.16" dependencies = [ "anyhow", "clap", @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "cortex-core" -version = "0.1.14" +version = "0.1.16" dependencies = [ "anyhow", "async-trait", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "cortex-gateway" -version = "0.1.14" +version = "0.1.16" dependencies = [ "anyhow", "axum", @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "neuron" -version = "0.1.14" +version = "0.1.16" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 373e77b..0f8b6ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.1.14" +version = "0.1.16" edition = "2024" license = "GPL-3.0-or-later" repository = "https://git.lair.cafe/helexa/cortex" diff --git a/cortex.spec b/cortex.spec index 392d6c8..e4ffb4d 100644 --- a/cortex.spec +++ b/cortex.spec @@ -1,5 +1,5 @@ Name: cortex -Version: 0.1.14 +Version: 0.1.16 Release: 1%{?dist} Summary: Inference gateway for multi-node GPU clusters @@ -83,6 +83,11 @@ install -Dm644 models.example.toml %{buildroot}%{_sysconfdir}/cortex/models.toml %config(noreplace) %{_sysconfdir}/cortex/models.toml %changelog +* Thu Apr 16 2026 Gitea Actions - 0.1.16-1 +- chore: ignore local deploy script +- chore: move default ports out of common-collision ranges +- ci: drop actions/cache for cargo registry and target + * Thu Apr 16 2026 Gitea Actions - 0.1.14-1 - ci: publish both packages to a single helexa/helexa COPR project - fix(rpm): rename neuron package to helexa-neuron diff --git a/helexa-neuron.spec b/helexa-neuron.spec index b16c09c..3cc74de 100644 --- a/helexa-neuron.spec +++ b/helexa-neuron.spec @@ -1,5 +1,5 @@ Name: helexa-neuron -Version: 0.1.14 +Version: 0.1.16 Release: 1%{?dist} Summary: Per-node GPU discovery and harness management daemon for cortex # Package name disambiguates from Fedora's existing "neuron" package @@ -83,6 +83,11 @@ install -Dm644 neuron.example.toml %{buildroot}%{_sysconfdir}/neuron/neuron.toml %config(noreplace) %{_sysconfdir}/neuron/neuron.toml %changelog +* Thu Apr 16 2026 Gitea Actions - 0.1.16-1 +- chore: ignore local deploy script +- chore: move default ports out of common-collision ranges +- ci: drop actions/cache for cargo registry and target + * Thu Apr 16 2026 Gitea Actions - 0.1.14-1 - ci: publish both packages to a single helexa/helexa COPR project - fix(rpm): rename neuron package to helexa-neuron