Skip to content

Commit aa6555f

Browse files
committed
Prepare for release
1 parent 9dd0723 commit aa6555f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## UNRELEASED (0.5.0)
3+
## [0.5.0](https://github.com/brick/date-time/releases/tag/0.5.0) - 2023-06-25
44

55
💥 **Breaking changes**
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The current releases are numbered `0.x.y`. When a non-breaking change is introdu
4646

4747
**When a breaking change is introduced, a new `0.x` version cycle is always started.**
4848

49-
It is therefore safe to lock your project to a given release cycle, such as `0.4.*`.
49+
It is therefore safe to lock your project to a given release cycle, such as `0.5.*`.
5050

5151
If you need to upgrade to a newer release cycle, check the [release history](https://github.com/brick/date-time/releases) for a list of changes introduced by each further `0.x.0` version.
5252

@@ -215,4 +215,4 @@ Run coding style analysis checks
215215
Or fix issues found directly
216216
```sh
217217
./tools/ecs/vendor/bin/ecs check --config tools/ecs/ecs.php --fix
218-
```
218+
```

0 commit comments

Comments
 (0)