Skip to content

Commit 64d49c3

Browse files
committed
Prepare 0.6.0 release
1 parent e12c675 commit 64d49c3

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
## [Unreleased]
66
Nothing yet.
77

8+
## [0.6.0] - 2022-02-15
9+
### Added
10+
- Allow PHP 8 installation (#203)
11+
- Enable Symfony 6 dependencies
12+
13+
### Fixed
14+
- Remove deprecations (#222, #230)
15+
816
## [0.5.2] - 2021-01-07
917
### Fixed
1018
- Fix depreciations (#198)
@@ -137,7 +145,8 @@ Nothing yet.
137145
### Added
138146
- Basic functionality
139147

140-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.5.2...master
148+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.6.0...master
149+
[0.6.0]: https://github.com/omines/datatables-bundle/compare/0.5.2...0.6.0
141150
[0.5.2]: https://github.com/omines/datatables-bundle/compare/0.5.1...0.5.2
142151
[0.5.1]: https://github.com/omines/datatables-bundle/compare/0.5.0...0.5.1
143152
[0.5.0]: https://github.com/omines/datatables-bundle/compare/0.4.2...0.5.0

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Omines Internetbureau B.V.
3+
Copyright (c) 2022 Omines Internetbureau B.V.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)