Bump version to 0.2.8

This commit is contained in:
2026-01-26 17:46:34 +00:00
parent 24f198e172
commit 9cea0673da
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ members = [
] ]
[workspace.package] [workspace.package]
version = "0.2.7" version = "0.2.8"
edition = "2021" edition = "2021"
license = "MIT" license = "MIT"
authors = ["DevITWay <devitway@gmail.com>"] authors = ["DevITWay <devitway@gmail.com>"]

View File

@@ -15,7 +15,7 @@ use crate::AppState;
#[openapi( #[openapi(
info( info(
title = "Nora", title = "Nora",
version = "0.2.7", version = "0.2.8",
description = "Multi-protocol package registry supporting Docker, Maven, npm, Cargo, and PyPI", description = "Multi-protocol package registry supporting Docker, Maven, npm, Cargo, and PyPI",
license(name = "MIT"), license(name = "MIT"),
contact(name = "DevITWay", url = "https://github.com/getnora-io/nora") contact(name = "DevITWay", url = "https://github.com/getnora-io/nora")