Skip to content

Commit 9cb460b

Browse files
committed
chore: release version v2.7.0
1 parent 11ed48d commit 9cb460b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
55

66
<!-- changelog -->
77

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+
821
## [v2.6.3](https://github.com/zachdaniel/git_ops/compare/v2.6.2...v2.6.3) (2024-10-14)
922

1023

mix.exs

+1-1
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.6.3"
5+
@version "2.7.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)