Skip to content

Commit dad5612

Browse files
committed
chore: release version v2.9.0
1 parent f8fac22 commit dad5612

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

8+
## [v2.9.0](https://github.com/zachdaniel/git_ops/compare/v2.8.0...v2.9.0) (2025-08-30)
9+
10+
11+
12+
13+
### Features:
14+
15+
* pr links in changelog (#76) by Tyler Southmayd [(#76)](https://github.com/zachdaniel/git_ops/pull/76)
16+
17+
* link to github pull requests in changelog by Tyler Southmayd [(#76)](https://github.com/zachdaniel/git_ops/pull/76)
18+
19+
* gh-enterprise: support overriding the github api url by Tyler Southmayd [(#76)](https://github.com/zachdaniel/git_ops/pull/76)
20+
21+
### Performance Improvements:
22+
23+
* git: batch all git.log calls together with a format string by Tyler Southmayd [(#76)](https://github.com/zachdaniel/git_ops/pull/76)
24+
825
## [v2.8.0](https://github.com/zachdaniel/git_ops/compare/v2.7.3...v2.8.0) (2025-06-05)
926

1027

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule GitOps.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/zachdaniel/git_ops"
5-
@version "2.8.0"
5+
@version "2.9.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)