From 763eecaa5d8315f11b8c4a03b4f37a6f9c3f7756 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Wed, 23 Oct 2024 13:47:40 -0400 Subject: [PATCH] Bump version to 0.1.4 --- CHANGELOG.md | 20 ++------------------ Gemfile.lock | 2 +- checksums/pundit-plus-0.1.3.gem.sha512 | 1 + lib/pundit/plus/version.rb | 2 +- 4 files changed, 5 insertions(+), 20 deletions(-) create mode 100644 checksums/pundit-plus-0.1.3.gem.sha512 diff --git a/CHANGELOG.md b/CHANGELOG.md index 5281241..6641800 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,27 +2,11 @@ All notable changes to this project will be documented in this file. +## [0.1.4] - Unreleased + ## [0.1.3] - 2024-10-23 ### Added - Added support for Pundit::Context - Using reissue for changelog and release management - -## [0.1.2] - 2024-04-10 - -### Added - -- Fixed the missing changelog information for the previous version. - -## [0.1.1] - 2024-04-10 - -### Added - -- Added params_for_action support in controller Authorization - -## [0.1.0] - 2024-04-10 - -### Added - -- Initial project setup with basic Pundit integration. diff --git a/Gemfile.lock b/Gemfile.lock index cc0e099..57918a7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - pundit-plus (0.1.3) + pundit-plus (0.1.4) pundit pundit-matchers diff --git a/checksums/pundit-plus-0.1.3.gem.sha512 b/checksums/pundit-plus-0.1.3.gem.sha512 new file mode 100644 index 0000000..2ce8b42 --- /dev/null +++ b/checksums/pundit-plus-0.1.3.gem.sha512 @@ -0,0 +1 @@ +2995a959eadbb26bcc0a54fa74b44bdab319a4f8095ddadfbf05e6a449539ee018ba91cc76831eb4bea9eba0871746df35654973f7537c728cb919b35985880a diff --git a/lib/pundit/plus/version.rb b/lib/pundit/plus/version.rb index b23a5bb..36801e2 100644 --- a/lib/pundit/plus/version.rb +++ b/lib/pundit/plus/version.rb @@ -2,6 +2,6 @@ module Pundit module Plus - VERSION = "0.1.3" + VERSION = "0.1.4" end end