We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e77133 commit 5a15fc1Copy full SHA for 5a15fc1
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v0.1.1] - 2026-05-31
4
+
5
+[#2](https://github.com/joladev/og_mate/pull/2) - Fix Elixir 1.20 type warnings
6
7
8
## [v0.1.0] - 2026-05-22
9
-[#1](https://github.com/joladev/og_mate/pull/1) - Implements full interface and documentation by @joladev
10
+[#1](https://github.com/joladev/og_mate/pull/1) - Implements full interface and documentation
mix.exs
@@ -1,7 +1,7 @@
defmodule OGMate.MixProject do
use Mix.Project
- @version "0.1.0"
+ @version "0.1.1"
@source_url "https://github.com/joladev/og_mate"
def project do
0 commit comments