Skip to content

Commit

Permalink
Bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
saturnflyer committed Oct 23, 2024
1 parent e2e31ba commit 763eeca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 20 deletions.
20 changes: 2 additions & 18 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pundit-plus (0.1.3)
pundit-plus (0.1.4)
pundit
pundit-matchers

Expand Down
1 change: 1 addition & 0 deletions checksums/pundit-plus-0.1.3.gem.sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2995a959eadbb26bcc0a54fa74b44bdab319a4f8095ddadfbf05e6a449539ee018ba91cc76831eb4bea9eba0871746df35654973f7537c728cb919b35985880a
2 changes: 1 addition & 1 deletion lib/pundit/plus/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Pundit
module Plus
VERSION = "0.1.3"
VERSION = "0.1.4"
end
end

0 comments on commit 763eeca

Please sign in to comment.