Skip to content

Commit 652b41c

Browse files
committed
chore: bump version to 0.5.1
1 parent f5fedb6 commit 652b41c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22
- - -
3+
## v0.5.1 - 2026-01-03
4+
#### Bug Fixes
5+
- OIDC login failing with Authelia - (0a15f84) - *jfro*
6+
- import page rendering poorly in dark mode - (b9a7227) - *jfro*
7+
- exporter just breaking on attempt to export fixes #30 - (9815bf6) - *jfro*
8+
- catch & error if missing uid or email from OIDC fixes #31 - (91b4034) - *jfro*
9+
10+
- - -
11+
312

413
## v0.5.0 - 2026-01-03
514
#### Features

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule FuzzyCatalog.MixProject do
44
def project do
55
[
66
app: :fuzzy_catalog,
7-
version: "0.5.0",
7+
version: "0.5.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)