File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.1 "
2+ "." : " 0.2.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.2] ( https://github.com/zoedsoupe/exlings/compare/v0.2.1...v0.2.2 ) (2025-11-08)
4+
5+
6+ ### Documentation
7+
8+ * add dependency installation step to README ([ #58 ] ( https://github.com/zoedsoupe/exlings/issues/58 ) ) ([ f031f43] ( https://github.com/zoedsoupe/exlings/commit/f031f43541891701fdd9742737e628657e47eec4 ) )
9+
10+
11+ ### Miscellaneous Chores
12+
13+ * add pedagogical framework and new issues ([ 17268c8] ( https://github.com/zoedsoupe/exlings/commit/17268c8a8a19d068397d8cbe1b928531e9b80874 ) )
14+ * correctly adds ci badge on readme ([ 79896bc] ( https://github.com/zoedsoupe/exlings/commit/79896bc54237d05d40e4e22be254177fd12fdf97 ) )
15+
316## [ 0.2.1] ( https://github.com/zoedsoupe/exlings/compare/v0.2.0...v0.2.1 ) (2025-10-14)
417
518### Bug Fixes
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.1 " ,
7+ version: "0.2.2 " ,
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