Skip to content

Commit e338f9b

Browse files
committed
Release 0.4.0
1 parent ae024f5 commit e338f9b

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ matrix:
1818
fast_finish: true
1919
include:
2020
- php: 7.2
21-
env: SYMFONY_VERSION=^4.2
21+
env: SYMFONY_VERSION=4.1.13
2222
- php: 7.2
2323
env: COMPOSER_FLAGS="--prefer-lowest"
2424
- php: 7.3
2525
env: SYMFONY_VERSION=^4.4
2626
- php: 7.4
27-
env: SYMFONY_VERSION=^5.0
27+
env: SYMFONY_VERSION=^4.4
2828
- php: 7.4
2929
env: DEPENDENCIES=dev
3030
- php: nightly

CHANGELOG.md

+5-1
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.4.0] - 2019-12-23
69
### Changed
710
- Make compatible with Doctrine Bundle 2.0
811
- Make compatible with Symfony 5.0
@@ -95,7 +98,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
9598
### Added
9699
- Basic functionality
97100

98-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.3.1...master
101+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.4.0...master
102+
[0.4.0]: https://github.com/omines/datatables-bundle/compare/0.3.1...0.4.0
99103
[0.3.1]: https://github.com/omines/datatables-bundle/compare/0.3.0...0.3.1
100104
[0.3.0]: https://github.com/omines/datatables-bundle/compare/0.2.2...0.3.0
101105
[0.2.2]: https://github.com/omines/datatables-bundle/compare/0.2.1...0.2.2

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
},
6464
"extra": {
6565
"branch-alias": {
66-
"dev-master": "0.3-dev"
66+
"dev-master": "0.4-dev"
6767
}
6868
}
6969
}

0 commit comments

Comments
 (0)