1 parent f78cd04 commit bb53b72Copy full SHA for bb53b72
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.0 — 2026-05-21
15
+
16
### New
17
18
- **Deck collection — save and re-import your decks.** The **Decks** page
mix.exs
@@ -4,7 +4,7 @@ defmodule Scry2.MixProject do
4
def project do
5
[
6
app: :scry_2,
7
- version: "0.46.8",
+ version: "0.47.0",
8
elixir: "~> 1.18",
9
elixirc_paths: elixirc_paths(Mix.env()),
10
start_permanent: Mix.env() == :prod,
0 commit comments