Skip to content

Commit d1d234b

Browse files
authored
Release 0.4.1 (#23)
1 parent 9a24f11 commit d1d234b

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2020-02-02 v0.4.1 - `find_routes` method
2+
3+
Changes
4+
* Updates ameba to `0.11.0`
5+
6+
Features
7+
* Add method to return an array of routes that match the provided path
8+
9+
2019-08-06 v0.4.0 - Organizational changes
10+
11+
Changes
12+
* Change file structure to be `src/amber_router` instead of `src/amber/router`.
13+
* Update ameba and benchmarks for Crystal `0.31.0`
14+
115
2019-04-18 v0.3.0 - Update for Crystal 0.28.0
216

317
Changes

shard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: amber_router
2-
version: 0.4.0
2+
version: 0.4.1
33

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

77
development_dependencies:
88
ameba:
99
github: crystal-ameba/ameba
10-
version: ~> 0.10.0
10+
version: ~> 0.11.0
1111
radix:
1212
github: luislavena/radix
1313

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.0"
2+
VERSION = "0.4.1"
33
end

0 commit comments

Comments
 (0)