Skip to content

Commit c19d574

Browse files
Bump version to 0.3.0
1 parent 26db299 commit c19d574

File tree

1 file changed

+19
-10
lines changed

1 file changed

+19
-10
lines changed

RELEASE_NOTES.md

+19-10
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,29 @@
1+
### 0.3.0 - 08.06.2020
2+
* Exclude empty changes from the changelog list [#19](https://github.com/ionide/Waypoint/pull/19) by [@NicoVIII](https://github.com/NicoVIII)
3+
* Fix documentation build for Unix systems [#17](https://github.com/ionide/Waypoint/pull/17) by [@NicoVIII](https://github.com/NicoVIII)
4+
* Use defined properties in Pack target [#18](https://github.com/ionide/Waypoint/pull/18) by [@NicoVIII](https://github.com/NicoVIII)
5+
* Fix index redirect for root domains with subfolder [#20](https://github.com/ionide/Waypoint/pull/20) by [@NicoVIII](https://github.com/NicoVIII)
6+
* Support F#.Formatting literal programming by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
7+
* Remove Markdig by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
8+
* Update to F#.Formatting 4.1 by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
9+
110
### 0.2.0 - 18.05.2020
2-
* Fix div typo [#12](https://github.com/fsharp/FsAutoComplete/pull/12) by [@ChrisNikkel](https://github.com/ChrisNikkel)
3-
* Add ToolType to Paket.push in build.fsx [#14](https://github.com/fsharp/FsAutoComplete/pull/14) by [@NicoVIII](https://github.com/NicoVIII)
4-
* Add rollForward policy to global.json [#13](https://github.com/fsharp/FsAutoComplete/pull/13) by [@NicoVIII](https://github.com/NicoVIII)
11+
* Fix div typo [#12](https://github.com/ionide/Waypoint/pull/12) by [@ChrisNikkel](https://github.com/ChrisNikkel)
12+
* Add ToolType to Paket.push in build.fsx [#14](https://github.com/ionide/Waypoint/pull/14) by [@NicoVIII](https://github.com/NicoVIII)
13+
* Add rollForward policy to global.json [#13](https://github.com/ionide/Waypoint/pull/13) by [@NicoVIII](https://github.com/NicoVIII)
514
* Port latest updates from Saturn documentation by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
615
* Update Fornax version to `0.13.1` by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
716
* Update `build.fsx` script by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
817
* Add `publish` GitHub action by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
918

1019
### 0.1.0 - 07.04.2020
11-
* Update build instructions [#6](https://github.com/fsharp/FsAutoComplete/pull/6) by [@ZaymonFC](https://github.com/ZaymonFC)
12-
* Added `.editorconfig` [#5](https://github.com/fsharp/FsAutoComplete/pull/5) by [@jbeeko](https://github.com/jbeeko)
13-
* Switch to Fake CreateProcessAPI [#7](https://github.com/fsharp/FsAutoComplete/pull/7) by [@jbeeko](https://github.com/jbeeko)
14-
* Fix link to ApiReference [#9](https://github.com/fsharp/FsAutoComplete/pull/9) by [@NicoVIII](https://github.com/NicoVIII)
15-
* Replace usage of "Saturn" in CONTRIBUTING.md [#8](https://github.com/fsharp/FsAutoComplete/pull/8) by [@NicoVIII](https://github.com/NicoVIII)
16-
* Use nugetDir for Paket.push [#10](https://github.com/fsharp/FsAutoComplete/pull/10) by [@NicoVIII](https://github.com/NicoVIII)
17-
* Replace "FancyApp" in documentation by "Waypoint" [#11](https://github.com/fsharp/FsAutoComplete/pull/11) by [@NicoVIII](https://github.com/NicoVIII)
20+
* Update build instructions [#6](https://github.com/ionide/Waypoint/pull/6) by [@ZaymonFC](https://github.com/ZaymonFC)
21+
* Added `.editorconfig` [#5](https://github.com/ionide/Waypoint/pull/5) by [@jbeeko](https://github.com/jbeeko)
22+
* Switch to Fake CreateProcessAPI [#7](https://github.com/ionide/Waypoint/pull/7) by [@jbeeko](https://github.com/jbeeko)
23+
* Fix link to ApiReference [#9](https://github.com/ionide/Waypoint/pull/9) by [@NicoVIII](https://github.com/NicoVIII)
24+
* Replace usage of "Saturn" in CONTRIBUTING.md [#8](https://github.com/ionide/Waypoint/pull/8) by [@NicoVIII](https://github.com/NicoVIII)
25+
* Use nugetDir for Paket.push [#10](https://github.com/ionide/Waypoint/pull/10) by [@NicoVIII](https://github.com/NicoVIII)
26+
* Replace "FancyApp" in documentation by "Waypoint" [#11](https://github.com/ionide/Waypoint/pull/11) by [@NicoVIII](https://github.com/NicoVIII)
1827
* Update Fornax version to `0.11.1` by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak)
1928

2029
### 0.0.2 - 05.03.2020

0 commit comments

Comments
 (0)