Skip to content

Commit

Permalink
chore(release): 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcocesarato committed Jun 6, 2021
1 parent 1fae07a commit a6a6c72
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,28 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [0.9.1](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.9.0...v0.9.1) (2021-06-06)


### Bug Fixes

* Allow scanner to skip unreadable directories [#22](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues/22) ([61533f](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/61533f85287e862e73072e0d09c678bfab28bea2))
* Better explanation of path-report option [#20](https://github.com/marcocesarato/PHP-Antimalware-Scanner/issues/20) ([1fae07](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1fae07ab3197954ac08dbf1d4a33c8c58789fa2a))
* Improve signature optimization for raw contents ([0c55db](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/0c55dbb14ce6108b30ed264f3fa3291edd0e3046))

---

## [0.9.0](https://github.com/marcocesarato/PHP-Antimalware-Scanner/compare/v0.8.3...v0.9.0) (2021-03-28)


### Features

* Add new dangerous functions ([1194eb](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1194eb533d154c5fd20f5f0d038cfedc55b31427))
* Add new raw data signatures ([a5b0b4](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/a5b0b447014db949bcb6b4b69d2e4380af92229b))
* Add new dangerous functions ([1194eb](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/1194eb533d154c5fd20f5f0d038cfedc55b31427))
* Add new raw data signatures ([a5b0b4](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/a5b0b447014db949bcb6b4b69d2e4380af92229b))

### Bug Fixes

* Autoload on phar ([3c7295](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/3c7295ca0add3c277dfbde32432e1afed11cd02e))
* Autoload on phar ([3c7295](https://github.com/marcocesarato/PHP-Antimalware-Scanner/commit/3c7295ca0add3c277dfbde32432e1afed11cd02e))

---

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h1 align="center">PHP Antimalware Scanner</h1>

![Version](https://img.shields.io/badge/version-0.9.0-brightgreen?style=for-the-badge)
![Version](https://img.shields.io/badge/version-0.9.1-brightgreen?style=for-the-badge)
![Requirements](https://img.shields.io/badge/php-%3E%3D%205.5-4F5D95?style=for-the-badge)
![Code Style](https://img.shields.io/badge/code%20style-PSR-blue?style=for-the-badge)
![License](https://img.shields.io/github/license/marcocesarato/PHP-Antimalware-Scanner?style=for-the-badge)
Expand Down
Binary file modified dist/scanner
Binary file not shown.
2 changes: 1 addition & 1 deletion dist/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.0
0.9.1
2 changes: 1 addition & 1 deletion src/Scanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Scanner
*
* @var string
*/
public static $version = '0.9.0';
public static $version = '0.9.1';

/**
* Repo url.
Expand Down

0 comments on commit a6a6c72

Please sign in to comment.