Skip to content
This repository was archived by the owner on Apr 21, 2019. It is now read-only.

Commit 288037d

Browse files
committed
Version bump to 0.1.5
Includes extended spec for all HTTP methods and CHANGELOG
1 parent d54d33f commit 288037d

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Changelog
2+
3+
## [v0.1.5](https://github.com/gokmen/yeager/compare/v0.1.4...v0.1.5) - 2017-09-22
4+
5+
### Merged
6+
* Globs with multiple result support [`#6`](https://github.com/gokmen/yeager/pull/6)
7+
8+
9+
## [v0.1.4](https://github.com/gokmen/yeager/compare/v0.1.3...v0.1.4) - 2017-09-22
10+
11+
### Merged
12+
* Yeager::Router Optional parameter support for routes [`#5`](https://github.com/gokmen/yeager/pull/5)
13+
* Multiple result support for Yeager::Router [`#4`](https://github.com/gokmen/yeager/pull/4)
14+
* Next handler support for chained routes [`#3`](https://github.com/gokmen/yeager/pull/3)
15+
16+
17+
## [v0.1.3](https://github.com/gokmen/yeager/compare/v0.1.2...v0.1.3) - 2017-09-17
18+
19+
### Merged
20+
* Yeager::App the missing HTTP handler [`#2`](https://github.com/gokmen/yeager/pull/2)
21+
22+
23+
## [v0.1.2](https://github.com/gokmen/yeager/compare/v0.1.1...v0.1.2) - 2017-09-16
24+
25+
### Merged
26+
* RouterHandler: Handler support for Yeager::Router [`#1`](https://github.com/gokmen/yeager/pull/1)
27+
28+
29+
## [v0.1.1](https://github.com/gokmen/yeager/compare/v0.1.0...v0.1.1) - 2017-09-14
30+
31+
### Commits
32+
* Spec: separate Router spec into it's own file [`82da88f`](https://github.com/gokmen/yeager/commit/82da88f4e48b9612bf28633c196d1d733471472c)
33+
34+
35+
## v0.1.0 - 2017-09-13
36+
37+
### Commits
38+
* Initial commit [`81926dc`](https://github.com/gokmen/yeager/commit/81926dcc5697c5c4531cfee0f6e8279d34aa29de)

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: yeager
2-
version: 0.1.4
2+
version: 0.1.5
33

44
authors:
55
- Gokmen Goksel <gokmen@goksel.me>

src/yeager/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Yeager
2-
VERSION = "0.1.4"
2+
VERSION = "0.1.5"
33
end

0 commit comments

Comments
 (0)