Skip to content

Commit 9d815ca

Browse files
committed
prepare release 5.2.1
1 parent 922da19 commit 9d815ca

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Docker Compose Reference is [HERE](https://docs.docker.com/compose/compose-file/
1414

1515
### Changes of the Latest Release
1616

17-
## Version 5.2.0 (23.04.2025)
18-
- Adding attachable keyword support for network configuration
17+
## Version 5.2.1 (21.12.2025)
18+
- Maintenance release
1919

2020
You can find all Release Notes [HERE](https://github.com/tudvari/docker-composer/blob/master/ReleaseNotes.md).
2121

ReleaseNotes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release Notes
22

3+
## Version 5.2.1 (21.12.2025)
4+
- Update dependencies
5+
36
## Version 5.2.0 (23.04.2025)
47
- Adding attachable keyword support for network configuration
58

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-composer",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Library for generating docker-compose.yml from JSON.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)