Skip to content

Commit 6d72541

Browse files
committed
🚀 releasing version 1.20.0 @ 2022-10-04 08:38
[skip ci]
1 parent 028e5a3 commit 6d72541

File tree

7 files changed

+21
-8
lines changed

7 files changed

+21
-8
lines changed

CHANGELOG.md

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

1515
[//]: # (begin_release_notes)
1616

17+
"" "1.20.0" (2022-10-04)
18+
========================
19+
20+
Features
21+
--------
22+
23+
- git: Add checks for true repository size, not just the virtual size (#202210031606)
24+
- Upgrade the library to golang `1.17` so that dependencies can work on all plaftorms (#202210031638)
25+
- `[filesystem]` Expanded most recursive filesystem APIs so that exclusion patterns can be used to ignore some paths during the processing (#202210040057)
26+
27+
28+
Bugfixes
29+
--------
30+
31+
- [git] added new test cases to mitigate git bombing, with a large number of files (#202209211609)
32+
- Dependency upgrade: v3-3.22.9 (#202210031026)
33+
34+
1735
"" "1.19.0" (2022-09-21)
1836
========================
1937

changes/202209211609.bugfix

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

changes/202210031026.bugfix

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

changes/202210031606.feature

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

changes/202210031638.feature

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

changes/202210040057.feature

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

utils/module.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Version=1.19.0
1+
Version=1.20.0
22
MajorVersion=1
3-
MinorVersion=19
3+
MinorVersion=20
44
PatchVersion=0
5-
CommitHash=29c35a814616815efa1ffeae0c2e57f558a0cdbb
5+
CommitHash=028e5a3c359dc32d48fd93b24ecb15b1037240ef

0 commit comments

Comments
 (0)