Skip to content

Commit fd8cfd4

Browse files
committed
Update composer and changelog for 0.6
1 parent 53f2144 commit fd8cfd4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.6.0 (2015-05-08)
2+
3+
BC Breaks:
4+
- None
5+
6+
New features:
7+
8+
- [Added CONTRIBUTING.md](https://github.com/thephpleague/tactician/pull/57)
9+
- [Middlewares are now checked for the correct interface](https://github.com/thephpleague/tactician/pull/56)
10+
11+
Bug fixes:
12+
13+
- [LockingMiddleware now passes the correct command](https://github.com/thephpleague/tactician/pull/62)
14+
115
## 0.5.0 (2015-03-30)
216

317
tl;dr CommandHandlerMiddleware now requires an extra first parameter, you just need to pass an instance of `ClassNameExtractor` to it.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"extra": {
3434
"branch-alias": {
35-
"dev-master": "0.6-dev"
35+
"dev-master": "0.7-dev"
3636
}
3737
}
3838
}

0 commit comments

Comments
 (0)