Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Mar 5, 2017
1 parent 99d1e84 commit 958ac41
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
## 0.3.0 - unreleased
## 0.5.0 - unreleased

ADDED:

CHANGED:

REMOVED:

FIXED:

## 0.4.0 - 2017-03-05

ADDED:

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

REMOVED:

FIXED:

- `WHERE` conditions won't be erased when using `SelectQueryBuilder::fetchById()`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.0.0",
"woohoolabs/larva": "dev-master as 0.4.0"
"woohoolabs/larva": "^0.4.0"
},
"require-dev": {
"phpunit/PHPUnit": "^6.0.0",
Expand Down

0 comments on commit 958ac41

Please sign in to comment.