Skip to content

Commit

Permalink
Support Crystal 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendolan committed Mar 15, 2021
1 parent 5888635 commit 4a8bee2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ pull_request_rules:
- name: Automatically merge Dependabot pull requests
conditions:
- author~=^dependabot(|-preview)\[bot\]$
- check-success=CheckFormat
- check-success=RunSpecs
- check-success=LintAndTest
actions:
merge:
method: squash
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/shard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.34.0
- 0.35.1
- latest
experimental: [false]
include:
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: pundit
description: A simple authorization library for Lucky Crystal apps
version: 0.7.1
version: 0.8.0

authors:
- Stephen Dolan <[email protected]>

crystal: 0.35.1
crystal: 0.36.1

license: MIT

Expand Down
2 changes: 1 addition & 1 deletion src/pundit/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pundit
VERSION = "0.7.1"
VERSION = "0.8.0"
end

0 comments on commit 4a8bee2

Please sign in to comment.