Skip to content

Commit 2e11739

Browse files
authored
chore(1.x): release 1.4.0 (#56)
1 parent f594a96 commit 2e11739

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 1.4.0 (2025-06-23)
4+
5+
## What's Changed
6+
* Add readme translations by @DimaTiunov in https://github.com/php-internal/dload/pull/55
7+
* Clean up temporary downloaded files after extraction by @roxblnfk in https://github.com/php-internal/dload/pull/58
8+
* Add `init` console command by @roxblnfk in https://github.com/php-internal/dload/pull/59
9+
10+
## New Contributors
11+
* @DimaTiunov made their first contribution in https://github.com/php-internal/dload/pull/55
12+
13+
**Full Changelog**: https://github.com/php-internal/dload/compare/1.3.0...1.4.0
14+
315
## 1.3.0 (2025-06-15)
416

517
## What's Changed

resources/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

0 commit comments

Comments
 (0)