We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7635c21 commit 03e8828Copy full SHA for 03e8828
CHANGELOG
@@ -1,3 +1,16 @@
1
+v2.0.3 Feb 22, 2018
2
+====================
3
+
4
+* Set default dotnet sdk to 2.x (previously 2.0.x)
5
+ If the requested sdk version in global.json is missing, the buildpack
6
+ will now attempt to find a version in the same major/minor line, before
7
+ using the default sdk version. (Previously the default sdk version was
8
+ immediately used)
9
+ (https://www.pivotaltracker.com/story/show/155288588)
10
11
+* Add node 6.13.0, remove node 6.12.3
12
+ (https://www.pivotaltracker.com/story/show/155196463)
13
14
v2.0.2 Feb 09, 2018
15
====================
16
VERSION
@@ -1 +1 @@
-2.0.2
+2.0.3
0 commit comments