Skip to content

Commit 110fd50

Browse files
committed
Bump to v0.1.1: standardize metadata, fix stale URLs
1 parent de123ed commit 110fd50

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2026-03-02
11+
12+
### Fixed
13+
14+
- Standardized copyright to LPCI Innovations in LICENSE
15+
- Fixed stale GitHub URLs (roli-lpci/pygate → roli-lpci/quick-gate-python)
16+
- Added PyPI version badge to README
17+
1018
## [0.1.0] - 2026-02-23
1119

1220
### Added
@@ -25,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2533
- Composite GitHub Action for CI integration
2634
- Structured artifacts: failures.json, run-metadata.json, agent-brief.json/md, repair-report.json, escalation.json
2735

28-
[Unreleased]: https://github.com/roli-lpci/quick-gate-python/compare/v0.1.0...HEAD
36+
[Unreleased]: https://github.com/roli-lpci/quick-gate-python/compare/v0.1.1...HEAD
37+
[0.1.1]: https://github.com/roli-lpci/quick-gate-python/compare/v0.1.0...v0.1.1
2938
[0.1.0]: https://github.com/roli-lpci/quick-gate-python/releases/tag/v0.1.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pygate-ci"
7-
version = "0.1.0"
7+
version = "0.1.1"
88
description = "Deterministic quality gate CLI for Python projects with bounded auto-repair and escalation evidence"
99
readme = "README.md"
1010
license = "Apache-2.0"

src/pygate/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"

0 commit comments

Comments
 (0)