Release version 0.3.1

This commit is contained in:
2025-12-18 01:03:35 +01:00
parent 6f5cc2302f
commit b1a2f70a71
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
## [0.3.1] - 2025-12-18
* Enabled ***pkgmgr install infinito*** test
## [0.3.0] - 2025-12-17 ## [0.3.0] - 2025-12-17
* - Introduced a layered Docker architecture: Infinito.Nexus now builds on pre-built pkgmgr base images, with a clear separation between base tooling, application source, and runtime logic. * - Introduced a layered Docker architecture: Infinito.Nexus now builds on pre-built pkgmgr base images, with a clear separation between base tooling, application source, and runtime logic.

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "infinito-nexus" name = "infinito-nexus"
version = "0.0.0" version = "0.3.1"
description = "Infinito.Nexus" description = "Infinito.Nexus"
readme = "README.md" readme = "README.md"
requires-python = ">=3.9" requires-python = ">=3.9"