Skip to content

Commit 964a15f

Browse files
authoredMay 20, 2024··
Bump to crystal 1.12.1 (#96)
* Bump to crystal 1.12.1 * Bump ameba and fix violations * Bump to v9 * Regenerate docs * Mark release 9.0.0 * Make fail fast work again See crystal-lang/crystal#14170 for the upstream change that broke it
1 parent 3be3fa7 commit 964a15f

File tree

108 files changed

+2233
-872
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2233
-872
lines changed
 

‎.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ version: 2
33
jobs:
44
test-crystal: &test-template
55
docker:
6-
- image: crystallang/crystal:1.6.1
6+
- image: crystallang/crystal:1.12.1
77
steps:
88
- checkout
9-
test-crystal-1.6.1:
9+
test-crystal-1.12.1:
1010
<<: *test-template
1111
steps:
1212
- checkout
@@ -29,7 +29,7 @@ workflows:
2929
version: 2
3030
ci:
3131
jobs:
32-
- test-crystal-1.6.1
32+
- test-crystal-1.12.1
3333
nightly:
3434
triggers:
3535
- schedule:
@@ -38,4 +38,4 @@ workflows:
3838
branches:
3939
only: master
4040
jobs:
41-
- test-crystal-1.6.1
41+
- test-crystal-1.12.1

‎CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [Unreleased]
8+
## [9.0.0] - 2024-05-20
99

10-
- Support for crystal `1.5.0`. Resolves warnings.
10+
- Support for crystal `1.12.1`. Resolves warnings.
1111

1212
## [8.0.1] - 2022-04-10
1313

0 commit comments

Comments
 (0)
Please sign in to comment.