Skip to content

Commit 6c251d4

Browse files
committed
Prepare 0.2.0 release
1 parent 5264931 commit 6c251d4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6+
Nothing yet.
7+
8+
## [0.2.0] - 2018-05-23
69
### Added
710
- Add ElasticaAdapter for use with ruflin/elastica
811
- Add MapColumn for rendering enumerated types from a predefined list of options
@@ -52,6 +55,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5255
- Basic functionality
5356

5457
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.1.5...master
58+
[0.2.0]: https://github.com/omines/datatables-bundle/compare/0.1.5...0.2.0
5559
[0.1.5]: https://github.com/omines/datatables-bundle/compare/0.1.4...0.1.5
5660
[0.1.4]: https://github.com/omines/datatables-bundle/compare/0.1.3...0.1.4
5761
[0.1.3]: https://github.com/omines/datatables-bundle/compare/0.1.2...0.1.3

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"doctrine/orm": "^2.5",
3333
"friendsofphp/php-cs-fixer": "^2.7",
3434
"mongodb/mongodb": "^1.2",
35-
"phpunit/phpunit": "^6.1",
35+
"phpunit/phpunit": "^7.1",
3636
"ruflin/elastica": "^6.0",
3737
"symfony/browser-kit": "^3.0|^4.0",
3838
"symfony/css-selector": "^3.0|^4.0",
@@ -62,7 +62,7 @@
6262
},
6363
"extra": {
6464
"branch-alias": {
65-
"dev-master": "1.0-dev"
65+
"dev-master": "0.2-dev"
6666
}
6767
}
6868
}

0 commit comments

Comments
 (0)