We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f982d commit 8cd66acCopy full SHA for 8cd66ac
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased] - YYYY-MM-DD
9
10
+### Added
11
+
12
+- ...
13
14
+## [0.0.2] - 2023-06-19
15
16
### Fixed
17
18
- Trimming EOLs in empty files.
src/Normalizator.php
@@ -16,7 +16,7 @@
*/
class Normalizator implements NormalizatorInterface
{
19
- public const VERSION = '0.0.2-dev';
+ public const VERSION = '0.0.2';
20
21
public function __construct(
22
private Configuration $configuration,
0 commit comments