We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ed48d commit 9cb460bCopy full SHA for 9cb460b
CHANGELOG.md
@@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
5
6
<!-- changelog -->
7
8
+## [v2.7.0](https://github.com/zachdaniel/git_ops/compare/v2.6.3...v2.7.0) (2025-02-14)
9
+
10
11
12
13
+### Features:
14
15
+* add igniter installer (#71)
16
17
+### Improvements:
18
19
+* add types to project.info (#69) (#70)
20
21
## [v2.6.3](https://github.com/zachdaniel/git_ops/compare/v2.6.2...v2.6.3) (2024-10-14)
22
23
mix.exs
@@ -2,7 +2,7 @@ defmodule GitOps.MixProject do
2
use Mix.Project
3
4
@source_url "https://github.com/zachdaniel/git_ops"
- @version "2.6.3"
+ @version "2.7.0"
def project do
[
0 commit comments