From 00910dd69e42ddf783b54836bbfbe1463df66a7a Mon Sep 17 00:00:00 2001 From: DevITWay Date: Mon, 26 Jan 2026 17:46:34 +0000 Subject: [PATCH] Bump version to 0.2.8 --- Cargo.toml | 2 +- nora-registry/src/openapi.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57a5f00..4d7bfd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.2.7" +version = "0.2.8" edition = "2021" license = "MIT" authors = ["DevITWay "] diff --git a/nora-registry/src/openapi.rs b/nora-registry/src/openapi.rs index 091f04f..dfc4dd6 100644 --- a/nora-registry/src/openapi.rs +++ b/nora-registry/src/openapi.rs @@ -15,7 +15,7 @@ use crate::AppState; #[openapi( info( title = "Nora", - version = "0.2.7", + version = "0.2.8", description = "Multi-protocol package registry supporting Docker, Maven, npm, Cargo, and PyPI", license(name = "MIT"), contact(name = "DevITWay", url = "https://github.com/getnora-io/nora")