File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.0 "
2+ "." : " 0.2.1 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ( )
You can’t perform that action at this time.
0 commit comments