Skip to content

Commit 10d8a0f

Browse files
authored
Release 0.4.2 (#26)
1 parent f556375 commit 10d8a0f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2020-04-27 v0.4.2 - Updates for Crystal 0.34.0
2+
3+
Changes
4+
* Comply exhaustive case check
5+
* Updates ameba to `0.12.0`
6+
17
2020-02-02 v0.4.1 - `find_routes` method
28

39
Changes

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: amber_router
2-
version: 0.4.1
2+
version: 0.4.2
33

44
authors:
55
- Robert L Carpenter <[email protected]>

src/amber_router/version.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Amber::Router
2-
VERSION = "0.4.1"
2+
VERSION = "0.4.2"
33
end

0 commit comments

Comments
 (0)