We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15180a7 commit 1e95f3eCopy full SHA for 1e95f3e
3 files changed
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [0.18.0] - 2026-03-27
10
+
11
+### Changed
12
13
+* Fix stale remote URL when cached repo's origin changes
14
15
## [0.17.0] - 2026-01-26
16
17
### Added
pygitops/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "0.17.0"
+__version__ = "0.18.0"
2
__author__ = "Josh Woodward <josh.woodward2693@gmail.com>"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
name = "pygitops"
-version = "0.17.0"
+version = "0.18.0"
description = "Wrapper for low-level git logic. Useful for systems automating git operations."
readme = "README.md"
license = {text = "MIT"}
0 commit comments