Skip to content

Commit

Permalink
Amend CHANGELOG, increase version (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz authored Nov 24, 2023
1 parent 6523c6b commit 77a4db8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## [v3.3.0]
- Test against PHP 8.3
- Add Symfony 7 support
- Micro optimization to reduce array_merge calls

## [v3.2.0]
- Test against PHP 8.2
- Fix for missing tput binary by

## [v3.1.0]
- Allow `phpunit/php-timer`

## [v3.0.1]
- Fix version number

Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class Application extends BaseApplication
{
public const VERSION = '3.0.1';
public const VERSION = '3.3.0';
private const NAME = 'phpmnd';

private Container $container;
Expand Down

0 comments on commit 77a4db8

Please sign in to comment.