Skip to content

Commit 958ac41

Browse files
committed
Bumped version
1 parent 99d1e84 commit 958ac41

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
## 0.3.0 - unreleased
1+
## 0.5.0 - unreleased
2+
3+
ADDED:
4+
5+
CHANGED:
6+
7+
REMOVED:
8+
9+
FIXED:
10+
11+
## 0.4.0 - 2017-03-05
212

313
ADDED:
414

515
- Ability to persist entities via `Worm::save()` and `Worm::delete()`
616
- Ability to persist related entities via `Worm::saveRelatedEntity()` and `Worm::saveRelatedEntities()`
717
- Ability to define if a relationship has `ON DELETE CASCADE` constraint
8-
- `IdentityMap::createObjectFromId` method
18+
- `IdentityMap::createObjectFromId()` method
919
- `Worm::transaction()` method
1020
- `Worm::queryInsert()`, `Worm::queryUpdate()` and `Worm::queryDelete()` methods
1121
- `SelectQueryBuilder::fetchColumn()` and `SelectQueryBuilder::fetchCount()` methods
@@ -19,8 +29,6 @@ CHANGED:
1929
- Updated minimum Larva version requirement to 0.4
2030
- Adapted interfaces to changes in Larva 0.4
2131

22-
REMOVED:
23-
2432
FIXED:
2533

2634
- `WHERE` conditions won't be erased when using `SelectQueryBuilder::fetchById()`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"require": {
1818
"php": "^7.0.0",
19-
"woohoolabs/larva": "dev-master as 0.4.0"
19+
"woohoolabs/larva": "^0.4.0"
2020
},
2121
"require-dev": {
2222
"phpunit/PHPUnit": "^6.0.0",

0 commit comments

Comments
 (0)