Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel authored and github-actions[bot] committed Aug 12, 2023
1 parent 5daa7ea commit 9d61a26
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.2...HEAD)
## [Unreleased](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.3...HEAD)

> TBD
## [v2.11.3](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.2...v2.11.3) - 2023-08-12

### Fixed

- Ignore Pest Files when finding and loading Classes ([#219](https://github.com/stefanzweifel/laravel-stats/pull/219))

## [v2.11.2](https://github.com/stefanzweifel/laravel-stats/compare/v2.11.1...v2.11.2) - 2023-03-18

### Fixed
Expand Down Expand Up @@ -189,7 +195,8 @@ Checkout the [Release and Upgrade Guide](https://github.com/stefanzweifel/larave
- Rename `getName()` to `name()` [#147](https://github.com/stefanzweifel/laravel-stats/pull/147)
- Rename "LOC" to "LLOC" [#148](https://github.com/stefanzweifel/laravel-stats/pull/148)
- Refactored Internal Classes [#150](https://github.com/stefanzweifel/laravel-stats/pull/150)
- - Move some of the logic from `ComponentFinder` to `ClassesFinder`
- - Move some of the logic from `ComponentFinder` to `ClassesFinder`

-
-
-
Expand All @@ -200,7 +207,8 @@ Checkout the [Release and Upgrade Guide](https://github.com/stefanzweifel/larave
-
-
-
- - Update `Classifier`-contract and update existing Classifiers to implement new contract
- - Update `Classifier`-contract and update existing Classifiers to implement new contract

-
-
-
Expand All @@ -211,7 +219,8 @@ Checkout the [Release and Upgrade Guide](https://github.com/stefanzweifel/larave
-
-
-
- - Move tests for each existing Classifier into their own test files
- - Move tests for each existing Classifier into their own test files

-
-
-
Expand Down

0 comments on commit 9d61a26

Please sign in to comment.