Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Aug 6, 2024
1 parent afd5143 commit b81f787
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## 0.3.0 / 1.0.0 - WIP
## 0.3.0 -2024-08-06

- Support for PHP 8.2, PHP 8.1 and PHP 8.0
- Support for PHP 8.3, PHP 8.2, PHP 8.1 and PHP 8.0
- Upgrade Libraries and dependencies

## 0.2.0 - 2021-07-01
### Add
Expand All @@ -13,7 +14,7 @@ Special characters are: !"#$%&'()*+,-./:;<=>?@[\]^_`{|}~

## 0.1.9 - 2021-06-29
### Add
- Add Randomize::chars() for creating string (it is a kind of shortcut for Sequence class);
- Add Randomize::chars() for creating a string (it is a kind of shortcut for Sequence class);


## 0.1.8 - 2021-03-27
Expand Down
7 changes: 3 additions & 4 deletions rector.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@

use Rector\Config\RectorConfig;


return RectorConfig::configure()
->withPaths([
__DIR__ . '/examples',
__DIR__ . '/src',
__DIR__ . '/tests',
__DIR__.'/examples',
__DIR__.'/src',
__DIR__.'/tests',
])
// uncomment to reach your current PHP version
->withPhpSets(
Expand Down

0 comments on commit b81f787

Please sign in to comment.