Skip to content

Commit ae4d41d

Browse files
committed
🚀 releasing version 1.26.0 @ 2023-01-31 19:19
[skip ci]
1 parent eec697e commit ae4d41d

File tree

5 files changed

+25
-7
lines changed

5 files changed

+25
-7
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,27 @@ beta releases are not included in this history.
1414

1515
[//]: # (begin_release_notes)
1616

17+
"" "1.26.0" (2023-01-31)
18+
========================
19+
20+
Features
21+
--------
22+
23+
- :sparkle:`[filesystem]` Added more copy functions `CopyToFile` and `CopyToDirectory` to cover more copy usecases (#20230131184530)
24+
25+
26+
Bugfixes
27+
--------
28+
29+
- :bug:`[filesystem]` Clarified the behaviour of `Copy` for files so that there is no wrong assumptions about the type of the destination if not existing (#20230130162624)
30+
31+
32+
Improved Documentation
33+
----------------------
34+
35+
- Clarified the documentation with regards to `filesystem.Copy` (#20230130162704)
36+
37+
1738
"" "1.25.1" (2023-01-27)
1839
========================
1940

changes/20230130162624.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20230130162704.doc

Lines changed: 0 additions & 1 deletion
This file was deleted.

changes/20230131184530.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

utils/module.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version=1.25.1
1+
Version=1.26.0
22
MajorVersion=1
3-
MinorVersion=25
4-
PatchVersion=1
5-
CommitHash=9d27bf027e94d026b8370d598dd9708112495393
3+
MinorVersion=26
4+
PatchVersion=0
5+
CommitHash=eec697e59e7198589a41895a29af86fbf43a396f

0 commit comments

Comments
 (0)