From cdc8b5436c521ea0637400345d0cb5c9e8c06e43 Mon Sep 17 00:00:00 2001 From: Dawid Sawczuk Date: Tue, 28 Apr 2026 10:49:21 +0200 Subject: [PATCH] Bump version to 0.4.0 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 138309d..973f4ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,16 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [v0.4.0] - 2026-04-28 + ### Added -- `plural_actions/0` callback on `Permit.Actions`, mirroring `singular_actions/0`. Defaults to `[]`. Used by `Permit.Phoenix.Actions` to exclude collection style actions (e.g. `:list`, `:search`, `:feed`) from router based promotion to singular. +- `plural_actions/0` callback on `Permit.Actions`, mirroring `singular_actions/0`. Defaults to `[]`. Used by `Permit.Phoenix.Actions` to exclude collection style actions (e.g. `:list`, `:search`, `:feed`) from router based promotion to singular (#61) +- Igniter installer task (`mix permit.install`) for zero-config project setup (#59) + +### Fixed + +- Documentation typos (#58) ## [v0.3.3] diff --git a/mix.exs b/mix.exs index 60601cc..20ae981 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Permit.MixProject do use Mix.Project - @version "0.3.3" + @version "0.4.0" @source_url "https://github.com/curiosum-dev/permit/" def project do