Skip to content

Commit ece0cb3

Browse files
Release v0.4.0 (#22)
1 parent fd096a1 commit ece0cb3

1 file changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [v0.4.0] - 2021-04-04
10+
11+
### Added
12+
13+
- [#20] Add JIT cache statistics
14+
15+
### Removed
16+
17+
- [#17] Drop PHP v7 3 support
18+
- [#19] Drop Symfony v3.4 support
19+
- [#21] Drop Symfony v5.1 support
20+
921
## [v0.3.0] - 2020-11-24
1022

1123
### Fixed
@@ -46,11 +58,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4658
### Added
4759
- Toolbar panel with cache statistics
4860

49-
[Unreleased]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.3.0...HEAD
61+
[Unreleased]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.4.0...HEAD
5062
[v0.1.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/releases/tag/v0.1.0
5163
[v0.1.1]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.1.0...v0.1.1
5264
[v0.2.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.1.1...v0.2.0
5365
[v0.3.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.2.0...v0.3.0
66+
[v0.4.0]: https://github.com/PabloKowalczyk/CacheStatsBundle/compare/v0.3.0...v0.4.0
5467
[#3]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/3
5568
[#5]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/5
5669
[#6]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/6
@@ -61,3 +74,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6174
[#12]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/12
6275
[#13]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/13
6376
[#14]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/14
77+
[#17]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/17
78+
[#19]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/19
79+
[#20]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/20
80+
[#21]: https://github.com/PabloKowalczyk/CacheStatsBundle/pull/21

0 commit comments

Comments
 (0)