Skip to content

Commit 1e95f3e

Browse files
authored
Bump version to 0.18.0 (#299)
1 parent 15180a7 commit 1e95f3e

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.18.0] - 2026-03-27
10+
11+
### Changed
12+
13+
* Fix stale remote URL when cached repo's origin changes
14+
915
## [0.17.0] - 2026-01-26
1016

1117
### Added

pygitops/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.17.0"
1+
__version__ = "0.18.0"
22
__author__ = "Josh Woodward <josh.woodward2693@gmail.com>"

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 = "pygitops"
7-
version = "0.17.0"
7+
version = "0.18.0"
88
description = "Wrapper for low-level git logic. Useful for systems automating git operations."
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)