Skip to content

Commit f62b51f

Browse files
committed
chore: release version v0.6.15
1 parent 36702e8 commit f62b51f

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

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

66
<!-- changelog -->
77

8+
## [v0.6.15](https://github.com/ash-project/igniter/compare/v0.6.14...v0.6.15) (2025-07-13)
9+
10+
11+
12+
13+
### Bug Fixes:
14+
15+
* vendor `Path.relative_to` to get 1.18.4 behavior by Zach Daniel
16+
17+
* assume Kernel is imported in older Elixir versions by Zach Daniel
18+
819
## [v0.6.14](https://github.com/ash-project/igniter/compare/v0.6.13...v0.6.14) (2025-07-09)
920

1021

mix.exs

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

4-
@version "0.6.14"
4+
@version "0.6.15"
55
@install_version "~> 0.6"
66

77
@description """

0 commit comments

Comments
 (0)