1 parent 73f1a46 commit 419df75Copy full SHA for 419df75
2 files changed
CHANGELOG.md
@@ -11,6 +11,8 @@ renames that section on tag and the release workflow extracts it.
11
12
## [Unreleased]
13
14
+## v0.47.1 — 2026-05-21
15
+
16
### New
17
18
- **The Collection page now shows a small "Reader OK" pill** next to
mix.exs
@@ -4,7 +4,7 @@ defmodule Scry2.MixProject do
4
def project do
5
[
6
app: :scry_2,
7
- version: "0.47.0",
+ version: "0.47.1",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments