Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 0.1.4 #9

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading