Skip to content

Commit 8b3c05f

Browse files
authored
Prepare for 0.2.0 (#33)
1 parent c78d9e7 commit 8b3c05f

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22

3-
## 0.2.0 - ???
3+
## 0.2.0 - 2017-02-20
4+
5+
You may do a BC update to version 0.2.0 if you are sure that you are not adding
6+
multiple resources with the same name to the Builder.
47

58
### Fixed
69

@@ -11,7 +14,6 @@
1114
### Fixed
1215

1316
- Performance improvements by avoid using `uniqid()`.
14-
- Make sure one can add resources with same name without overwrite.
1517

1618
## 0.1.5 - 2017-02-14
1719

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"extra": {
3939
"branch-alias": {
40-
"dev-master": "0.2-dev"
40+
"dev-master": "0.3-dev"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)