Skip to content

Commit c8c83bc

Browse files
authored
Release v0.5.0 (#51)
* Update dependencies and CI * bump version for next release
1 parent 32ef885 commit c8c83bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
continue-on-error: false
1515
steps:
1616
- name: Download source
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Install Crystal
1919
uses: crystal-lang/install-crystal@v1
2020
- name: Install shards
@@ -32,7 +32,7 @@ jobs:
3232
runs-on: ${{ matrix.os }}
3333
continue-on-error: false
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- uses: crystal-lang/install-crystal@v1
3737
with:
3838
crystal: ${{ matrix.crystal_version }}

shard.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: exception_page
2-
version: 0.4.1
2+
version: 0.5.0
33

44
authors:
55
- Paul Smith <[email protected]>
@@ -14,7 +14,7 @@ dependencies:
1414
development_dependencies:
1515
lucky_flow:
1616
github: luckyframework/lucky_flow
17-
version: ~> 0.9.1
17+
version: ~> 0.10.0
1818
ameba:
1919
github: crystal-ameba/ameba
2020
version: ~> 1.5.0

0 commit comments

Comments
 (0)