Skip to content

Commit 4a745ee

Browse files
authored
chore: release 0.2.1 (#4)
1 parent 3f74f9d commit 4a745ee

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.0"
2+
".": "0.2.1"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/zoedsoupe/exlings/compare/v0.2.0...v0.2.1) (2025-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* duplicated exercises ([#6](https://github.com/zoedsoupe/exlings/issues/6)) ([3f74f9d](https://github.com/zoedsoupe/exlings/commit/3f74f9d8c5e5a147b5ba1e8ad29c2f5650900ccf))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* readme/formatting ([5bd1901](https://github.com/zoedsoupe/exlings/commit/5bd1901e8ddb1b34f8c068b53fecb74efa8dc035))
14+
315
## [0.2.0](https://github.com/zoedsoupe/exlings/compare/v0.1.0...v0.2.0) (2025-10-13)
416

517
### Features

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Exlings.MixProject do
44
def project do
55
[
66
app: :exlings,
7-
version: "0.2.0",
7+
version: "0.2.1",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()

0 commit comments

Comments
 (0)