Skip to content

Commit b6fd363

Browse files
updated php-task dependency and updated changelog
1 parent 481637c commit b6fd363

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change Log
22

3+
## [1.0.0-RC1](https://github.com/php-task/TaskBundle/tree/1.0.0-RC1) (2017-02-13)
4+
[Full Changelog](https://github.com/php-task/TaskBundle/compare/0.3.1...1.0.0-RC1)
5+
6+
**Implemented enhancements:**
7+
8+
- Time measurement [\#11](https://github.com/php-task/TaskBundle/issues/11)
9+
- Clear entity-manager after each task to ensure clean environment [\#34](https://github.com/php-task/TaskBundle/pull/34) ([wachterjohannes](https://github.com/wachterjohannes))
10+
11+
**Closed issues:**
12+
13+
- Description for the commands should be more specific. [\#31](https://github.com/php-task/TaskBundle/issues/31)
14+
15+
**Merged pull requests:**
16+
17+
- Updated composer to match symfony 3 [\#33](https://github.com/php-task/TaskBundle/pull/33) ([wachterjohannes](https://github.com/wachterjohannes))
18+
- Added command descriptions [\#32](https://github.com/php-task/TaskBundle/pull/32) ([wachterjohannes](https://github.com/wachterjohannes))
19+
- Added find-by-task-uuid function [\#30](https://github.com/php-task/TaskBundle/pull/30) ([wachterjohannes](https://github.com/wachterjohannes))
20+
- Rename findByStartTime method in repository [\#29](https://github.com/php-task/TaskBundle/pull/29) ([wachterjohannes](https://github.com/wachterjohannes))
21+
- Added selective flush to repositories [\#28](https://github.com/php-task/TaskBundle/pull/28) ([wachterjohannes](https://github.com/wachterjohannes))
22+
- Removed flush of repositories [\#27](https://github.com/php-task/TaskBundle/pull/27) ([wachterjohannes](https://github.com/wachterjohannes))
23+
- Added find-by-task and remove function [\#26](https://github.com/php-task/TaskBundle/pull/26) ([wachterjohannes](https://github.com/wachterjohannes))
24+
- Added find-by-uuid to task-repository [\#25](https://github.com/php-task/TaskBundle/pull/25) ([wachterjohannes](https://github.com/wachterjohannes))
25+
- Used uuid as doctrine-identifier [\#24](https://github.com/php-task/TaskBundle/pull/24) ([wachterjohannes](https://github.com/wachterjohannes))
26+
327
## [0.3.1](https://github.com/php-task/TaskBundle/tree/0.3.1) (2016-11-07)
428
[Full Changelog](https://github.com/php-task/TaskBundle/compare/0.3.0...0.3.1)
529

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
],
1212
"require": {
1313
"php": "~5.5 || ~7.0",
14-
"php-task/php-task": "dev-master",
14+
"php-task/php-task": "^1.0@RC",
1515
"symfony/http-kernel": "^2.6 || ^3.0",
1616
"symfony/dependency-injection": "^2.6 || ^3.0",
1717
"symfony/config": "^2.6 || ^3.0",

0 commit comments

Comments
 (0)