Skip to content

Commit 8cd66ac

Browse files
committed
Prepare v0.0.2 version
1 parent 23f982d commit 8cd66ac

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased] - YYYY-MM-DD
99

10+
### Added
11+
12+
- ...
13+
14+
## [0.0.2] - 2023-06-19
15+
1016
### Fixed
1117

1218
- Trimming EOLs in empty files.

src/Normalizator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
class Normalizator implements NormalizatorInterface
1818
{
19-
public const VERSION = '0.0.2-dev';
19+
public const VERSION = '0.0.2';
2020

2121
public function __construct(
2222
private Configuration $configuration,

0 commit comments

Comments
 (0)