Skip to content

Commit

Permalink
Release 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelstolt committed May 8, 2024
1 parent 1503fa1 commit e1488d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

## [Unreleased]

## [v1.0.6] - 2024-05-08
### Fixed

- Catch release candidates when checking for Semantic Versioning.

## [v1.0.5] - 2024-05-08
### Fixed

Expand Down Expand Up @@ -44,8 +49,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p

- Initial release.

[Unreleased]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.5...HEAD
[Unreleased]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.6...HEAD

[v1.0.6]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.5...v1.0.6
[v1.0.5]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.4...v1.0.5
[v1.0.4]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.3...v1.0.4
[v1.0.3]: https://github.com/raphaelstolt/package-analyser/compare/v1.0.2...v1.0.3
Expand Down
2 changes: 1 addition & 1 deletion app/Commands/Analyse.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Analyse extends Command
{
public const VERSION = '1.0.5';
public const VERSION = '1.0.6';

private PackageAnalyser $packageAnalyser;

Expand Down

0 comments on commit e1488d7

Please sign in to comment.