File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33This 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
Original file line number Diff line number Diff line change 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" ,
6262 },
6363 "extra" : {
6464 "branch-alias" : {
65- "dev-master" : " 1.0 -dev"
65+ "dev-master" : " 0.2 -dev"
6666 }
6767 }
6868}
You can’t perform that action at this time.
0 commit comments