Skip to content

Commit

Permalink
Release: v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysbaddaden committed Dec 18, 2023
1 parent 6d44384 commit 7114b04
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# CHANGELOG

## v1.3.0

Features:
- Allow let with type declaration in specs.
- Added type signatures (mostly return types).
- Code refactoring to reduce some complexity.

Fixes:
- Infinite recursion with --help option
- Ameba warnings and crystal tool format.

## v1.2.3

Fixes:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.2.3
1.3.0
2 changes: 1 addition & 1 deletion shard.yml
@@ -1,5 +1,5 @@
name: minitest
version: 1.2.3
version: 1.3.0
description: The Minitest testing facilities (Unit, Spec, Assertions, Expectations)

authors:
Expand Down

0 comments on commit 7114b04

Please sign in to comment.