Skip to content

Commit 0615cba

Browse files
committed
release 0.20.0
1 parent f5e0aa9 commit 0615cba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Change Log
22
==========
33

4-
Version 0.20.0 (??????????)
4+
Version 0.20.0 (2022.10.05)
55

66
* changed smooth language: added `Int` type
77
* added slib functions: `map`, `id`, `flatten`, `jarFile`
@@ -15,6 +15,7 @@ Version 0.20.0 (??????????)
1515
* changed smooth language: introduced global values
1616
* changed smooth language: allowed pipe as default argument
1717
* changed smooth language: allowed pipe as element of array literal
18+
* changed smooth language: added parametric polymorphism
1819

1920
Version 0.19.0 (2020.08.03)
2021
---------------------------
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.19.0";
4+
public static final String VERSION = "0.20.0";
55
}

0 commit comments

Comments
 (0)