Skip to content

Commit 4f290d4

Browse files
committed
new version 0.15.0
1 parent 419457a commit 4f290d4

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.15.0] - 2025-04-16
6+
7+
### ⚙️ Miscellaneous Tasks
8+
9+
- Update Elixir workflow (#8)
10+
- Update Elixir workflow (#9)
11+
- Update dependabot config (#11)
12+
- Update Elixir workflow (#15)
13+
- Update Elixir workflow (#17)
14+
515
## [0.14.0] - 2025-01-08
616

717
### 🐛 Bug Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ with `mix new my_app`.
4040
```elixir
4141
defp deps do
4242
[
43-
{:aoc, "~> 0.14"},
43+
{:aoc, "~> 0.15"},
4444
]
4545
end
4646
```

mix.exs

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

44
@source_url "https://github.com/lud/aoc"
5-
@version "0.14.0"
5+
@version "0.15.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)