Skip to content

Commit f0cdc60

Browse files
committed
release 0.22.0
1 parent e1cbea2 commit f0cdc60

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
Change Log
33
==========
44

5-
Version 0.22.0 (????.??.??)
5+
Version 0.22.0 (2023.04.17)
66

7+
* added support for Window OS
8+
* improved tutorial
79
* changed smooth std-lib: renamed filter -> filterFiles
810

911
Version 0.21.0 (2023.03.07)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package org.smoothbuild.install;
22

33
public class BuildVersion {
4-
public static final String VERSION = "0.21.0";
4+
public static final String VERSION = "0.22.0";
55
}

0 commit comments

Comments
 (0)