diff --git a/Cargo.lock b/Cargo.lock index 6bd8802..f149544 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -351,7 +351,7 @@ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" [[package]] name = "cortex-cli" -version = "0.1.12" +version = "0.1.14" dependencies = [ "anyhow", "clap", @@ -366,7 +366,7 @@ dependencies = [ [[package]] name = "cortex-core" -version = "0.1.12" +version = "0.1.14" dependencies = [ "anyhow", "async-trait", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "cortex-gateway" -version = "0.1.12" +version = "0.1.14" dependencies = [ "anyhow", "axum", @@ -1184,7 +1184,7 @@ dependencies = [ [[package]] name = "neuron" -version = "0.1.12" +version = "0.1.14" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e7a6136..373e77b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "0.1.12" +version = "0.1.14" edition = "2024" license = "GPL-3.0-or-later" repository = "https://git.lair.cafe/helexa/cortex" diff --git a/cortex.spec b/cortex.spec index a940b20..392d6c8 100644 --- a/cortex.spec +++ b/cortex.spec @@ -1,5 +1,5 @@ Name: cortex -Version: 0.1.12 +Version: 0.1.14 Release: 1%{?dist} Summary: Inference gateway for multi-node GPU clusters @@ -83,5 +83,10 @@ 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.14-1 +- ci: publish both packages to a single helexa/helexa COPR project +- fix(rpm): rename neuron package to helexa-neuron +- ci: commit generated %changelog entries back to main + * Wed Apr 15 2026 Rob Thijssen - 0.1.0-1 - Initial package diff --git a/helexa-neuron.spec b/helexa-neuron.spec index 0731929..b16c09c 100644 --- a/helexa-neuron.spec +++ b/helexa-neuron.spec @@ -1,5 +1,5 @@ Name: helexa-neuron -Version: 0.1.12 +Version: 0.1.14 Release: 1%{?dist} Summary: Per-node GPU discovery and harness management daemon for cortex # Package name disambiguates from Fedora's existing "neuron" package @@ -83,5 +83,10 @@ 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.14-1 +- ci: publish both packages to a single helexa/helexa COPR project +- fix(rpm): rename neuron package to helexa-neuron +- ci: commit generated %changelog entries back to main + * Wed Apr 15 2026 Rob Thijssen - 0.1.0-1 - Initial package