File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments