Release version 1.0.0
Some checks failed
Mark stable commit / test-unit (push) Has been cancelled
Mark stable commit / test-integration (push) Has been cancelled
Mark stable commit / test-container (push) Has been cancelled
Mark stable commit / test-e2e (push) Has been cancelled
Mark stable commit / test-virgin-user (push) Has been cancelled
Mark stable commit / test-virgin-root (push) Has been cancelled
Mark stable commit / mark-stable (push) Has been cancelled
Some checks failed
Mark stable commit / test-unit (push) Has been cancelled
Mark stable commit / test-integration (push) Has been cancelled
Mark stable commit / test-container (push) Has been cancelled
Mark stable commit / test-e2e (push) Has been cancelled
Mark stable commit / test-virgin-user (push) Has been cancelled
Mark stable commit / test-virgin-root (push) Has been cancelled
Mark stable commit / mark-stable (push) Has been cancelled
This commit is contained in:
39
CHANGELOG.md
39
CHANGELOG.md
@@ -1,3 +1,42 @@
|
|||||||
|
## [1.0.0] - 2025-12-11
|
||||||
|
|
||||||
|
* **1.0.0 – Official Stable Release 🎉**
|
||||||
|
*First stable release of PKGMGR, the multi-distro development and package workflow manager.*
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Key Features**
|
||||||
|
|
||||||
|
**Core Functionality**
|
||||||
|
|
||||||
|
* Manage many repositories with one CLI: `clone`, `update`, `install`, `list`, `path`, `config`
|
||||||
|
* Proxy wrappers for Git, Docker/Compose and Make
|
||||||
|
* Multi-repo execution with safe *preview mode*
|
||||||
|
* Mirror management: `mirror list/diff/merge/setup`
|
||||||
|
|
||||||
|
**Releases & Versioning**
|
||||||
|
|
||||||
|
* Automated SemVer bumps, tagging and changelog generation
|
||||||
|
* Supports PKGBUILD, Debian, RPM, pyproject.toml, flake.nix
|
||||||
|
|
||||||
|
**Developer Tools**
|
||||||
|
|
||||||
|
* Open repositories in VS Code, file manager or terminal
|
||||||
|
* Unified workflows across all major Linux distros
|
||||||
|
|
||||||
|
**Nix Integration**
|
||||||
|
|
||||||
|
* Cross-distro reproducible builds via Nix flakes
|
||||||
|
* CI-tested across all supported environments
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**Summary**
|
||||||
|
PKGMGR 1.0.0 unifies repository management, build tooling, release automation and reproducible multi-distro workflows into one cohesive CLI tool.
|
||||||
|
|
||||||
|
*This is the first official stable release.*
|
||||||
|
|
||||||
|
|
||||||
## [0.10.2] - 2025-12-11
|
## [0.10.2] - 2025-12-11
|
||||||
|
|
||||||
* * Stable tag now updates only when a new highest version is released.
|
* * Stable tag now updates only when a new highest version is released.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
rec {
|
rec {
|
||||||
pkgmgr = pyPkgs.buildPythonApplication {
|
pkgmgr = pyPkgs.buildPythonApplication {
|
||||||
pname = "package-manager";
|
pname = "package-manager";
|
||||||
version = "0.10.2";
|
version = "1.0.0";
|
||||||
|
|
||||||
# Use the git repo as source
|
# Use the git repo as source
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "package-manager"
|
name = "package-manager"
|
||||||
version = "0.10.2"
|
version = "1.0.0"
|
||||||
description = "Kevin's package-manager tool (pkgmgr)"
|
description = "Kevin's package-manager tool (pkgmgr)"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
|||||||
Reference in New Issue
Block a user