Skip to content

Commit

Permalink
Release v0.5.0 (#51)
Browse files Browse the repository at this point in the history
* Update dependencies and CI

* bump version for next release
  • Loading branch information
jwoertink authored Oct 13, 2024
1 parent 32ef885 commit c8c83bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
continue-on-error: false
steps:
- name: Download source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Crystal
uses: crystal-lang/install-crystal@v1
- name: Install shards
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: crystal-lang/install-crystal@v1
with:
crystal: ${{ matrix.crystal_version }}
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: exception_page
version: 0.4.1
version: 0.5.0

authors:
- Paul Smith <[email protected]>
Expand All @@ -14,7 +14,7 @@ dependencies:
development_dependencies:
lucky_flow:
github: luckyframework/lucky_flow
version: ~> 0.9.1
version: ~> 0.10.0
ameba:
github: crystal-ameba/ameba
version: ~> 1.5.0
Expand Down

0 comments on commit c8c83bc

Please sign in to comment.