Skip to content

Commit 7c97af1

Browse files
authored
chore: release 0.2.2 (#7)
1 parent f031f43 commit 7c97af1

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

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.1",
7+
version: "0.2.2",
88
elixir: "~> 1.14",
99
start_permanent: Mix.env() == :prod,
1010
deps: deps()

0 commit comments

Comments
 (0)