We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a1f99 commit e2f4d58Copy full SHA for e2f4d58
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v0.2.4 - 2025-12-28
4
+
5
+ * Fix hyperlink in documentation
6
7
## v0.2.3 - 2025-11-27
8
9
* Fix example in cheat sheet documentation
mix.exs
@@ -4,7 +4,7 @@ defmodule PgLargeObjects.MixProject do
def project do
[
app: :pg_large_objects,
- version: "0.2.3",
+ version: "0.2.4",
elixir: "~> 1.18",
start_permanent: Mix.env() == :prod,
10
aliases: aliases(),
0 commit comments