Skip to content

Commit a824000

Browse files
authored
Update Ionide.KeepAChangelog.Tasks to 0.3.0 (#131)
The new changelog parser seems to be more strict about the expected change log format, so I also had to change the dates from DD-MM-YYYY yo YYYY-MM-DD, add brackets around some versions, and fix some PR Links
1 parent 878739b commit a824000

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

CHANGELOG.md

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,102 +1,102 @@
11
# Changelog
22

3-
## 0.16.0-beta002 - 08.07.2025
3+
## [0.16.0-beta002] - 2025-07-08
44

55
### Changed
6-
* [Update to .NET 8](https://github.com/ionide/Fornax/pull/127) (thanks @Numpsy!)
6+
- [Update to .NET 8](https://github.com/ionide/Fornax/pull/127) (thanks @Numpsy!)
77

8-
## 0.15.1 - 07.03.2023
8+
## [0.15.1] - 2023-03-07
99

1010
### Fixed
11-
* [Support file with spaces in the name](https://github.com/ionide/Fornax/pull/116) (thanks @MangelMaxime!)
11+
- [Support file with spaces in the name](https://github.com/ionide/Fornax/pull/116) (thanks @MangelMaxime!)
1212

1313
### Changed
14-
* [Add colors to error/success/info messages](https://github.com/ionide/Fornax/pull/118) (thanks @drewknab!)
15-
* [Update to .NET 6, use project-based FAKE build instead of script](https://github.com/ionide/Fornax/pull/122) (thanks @kMutagene!)
14+
- [Add colors to error/success/info messages](https://github.com/ionide/Fornax/pull/118) (thanks @drewknab!)
15+
- [Update to .NET 6, use project-based FAKE build instead of script](https://github.com/ionide/Fornax/pull/122) (thanks @kMutagene!)
1616

17-
## 0.14.3 - 07.05.2022
17+
## [0.14.3] - 2022-05-07
1818

1919
### Fixed
2020

21-
* [improved support for watch mode](https://github.com/ionide/Fornax/pull/103) (thanks @bigjonroberts!)
21+
- [improved support for watch mode](https://github.com/ionide/Fornax/pull/103) (thanks @bigjonroberts!)
2222

23-
## 0.14.1 - 29.04.2022
23+
## [0.14.1] - 2022-04-29
2424

2525
### Added
2626

27-
* [A new case for the `HtmlElement` type was added for custom tags](https://github.com/ionide/Fornax/pull/106) (thanks @Freymaurer!)
27+
- [A new case for the `HtmlElement` type was added for custom tags](https://github.com/ionide/Fornax/pull/106) (thanks @Freymaurer!)
2828

29-
## 0.14.0 - 15.01.2022
29+
## [0.14.0] - 2022-01-15
3030

3131
### Added
3232

33-
* Update to FCS 41
34-
* Add Sourcelink to the core library
35-
* Support .NET 5 and .NET 6
36-
* typo fix for the About page
37-
* Trim file paths with a platform-agnostic path separator (#91)
38-
* Add some Generator documentation.
39-
* Minor readme grammatical fixes (#83)
40-
* Misc fixes (#80)
41-
* Watch mode enhancement (#79)
42-
* Update to .NET 5 (#78)
43-
* Change after testing on Windows Directory.Delete throws exception on files with read-only attribute.
44-
* Add LibGit2Sharp, add sub commands to fornax new
45-
* Update FCS, fake-cli and paket. (#73)
46-
* Add GitHub Actions build (#74)
47-
* Improve mobile layout
48-
* allow the user to configure pages size in the global loader
49-
* Add support for paging
50-
* Improve perf by caching generators (#65)
51-
* Default template does not support on sub-dirs (#64)
52-
* fix typo (#62)
53-
54-
## 0.13.1 - 24.04.2020
33+
- Update to FCS 41
34+
- Add Sourcelink to the core library
35+
- Support .NET 5 and .NET 6
36+
- typo fix for the About page
37+
- [Trim file paths with a platform-agnostic path separator](https://github.com/ionide/Fornax/pull/91)
38+
- Add some Generator documentation.
39+
- [Minor readme grammatical fixes](https://github.com/ionide/Fornax/pull/83)
40+
- [Misc fixes](https://github.com/ionide/Fornax/pull/80)
41+
- [Watch mode enhancement](https://github.com/ionide/Fornax/pull/79)
42+
- [Update to .NET 5](https://github.com/ionide/Fornax/pull/78)
43+
- Change after testing on Windows Directory.Delete throws exception on files with read-only attribute.
44+
- Add LibGit2Sharp, add sub commands to fornax new
45+
- [Update FCS, fake-cli and paket.](https://github.com/ionide/Fornax/pull/73)
46+
- [Add GitHub Actions build](https://github.com/ionide/Fornax/pull/74)
47+
- Improve mobile layout
48+
- allow the user to configure pages size in the global loader
49+
- Add support for paging
50+
- [Improve perf by caching generators](https://github.com/ionide/Fornax/pull/65)
51+
- [Default template does not support on sub-dirs](https://github.com/ionide/Fornax/pull/64)
52+
- [fix typo](https://github.com/ionide/Fornax/pull/62)
53+
54+
## [0.13.1] - 2020-04-24
5555

5656
### Added
57-
* Update to FCS 35.0 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
58-
* Pass `WATCH` define in case of watch mode (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
57+
- Update to FCS 35.0 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
58+
- Pass `WATCH` define in case of watch mode (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
5959

60-
## 0.13.0 - 20.04.2020
60+
## [0.13.0] - 2020-04-20
6161
### Added
62-
* Add way to check developments to the template (by [@robertpi](https://github.com/robertpi))
63-
* Summarize posts using more marker (by [@robertpi](https://github.com/robertpi))
64-
* Update to FCS 34.1 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
62+
- Add way to check developments to the template (by [@robertpi](https://github.com/robertpi))
63+
- Summarize posts using more marker (by [@robertpi](https://github.com/robertpi))
64+
- Update to FCS 34.1 (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
6565

66-
## 0.12.0 - 14.04.2020
66+
## [0.12.0] - 2020-04-14
6767
### Added
68-
* WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi))
69-
* Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi))
70-
* Refactor template (by [@robertpi](https://github.com/robertpi))
68+
- WebSocket refresh uses excesive CPU (by [@robertpi](https://github.com/robertpi))
69+
- Allow generate to return a byte array (by [@robertpi](https://github.com/robertpi))
70+
- Refactor template (by [@robertpi](https://github.com/robertpi))
7171

72-
## 0.11.1 - 07.04.2020
72+
## [0.11.1] - 2020-04-07
7373
### Added
74-
* Fix for once generator running even if not found (by [@sasmithjr](https://github.com/sasmithjr))
75-
* Use exceptions .ToString() when printing error (by [@robertpi](https://github.com/robertpi))
74+
- Fix for once generator running even if not found (by [@sasmithjr](https://github.com/sasmithjr))
75+
- Use exceptions .ToString() when printing error (by [@robertpi](https://github.com/robertpi))
7676

77-
## 0.11.0 - 02.03.2020
77+
## [0.11.0] - 2020-03-02
7878
### Added
79-
* Add a port argument to the watch command (by [@toburger](https://github.com/toburger))
80-
* Collect and propogate loader errors (by [@jbeeko](https://github.com/jbeeko))
81-
* Add MultipleFiles as possible generator output (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
79+
- Add a port argument to the watch command (by [@toburger](https://github.com/toburger))
80+
- Collect and propogate loader errors (by [@jbeeko](https://github.com/jbeeko))
81+
- Add MultipleFiles as possible generator output (by [@Krzysztof-Cieslak](https://github.com/Krzysztof-Cieslak))
8282

83-
## 0.10.0 - 20.02.2020
83+
## [0.10.0] - 2020-02-20
8484
### Added
85-
* Update to .NET Core 3.0
86-
* Adds tools manifest .config/dotnet-tools.json
87-
* Redesign Fornax around idea of `loaders` and `generators`
88-
* Create new `fornax new` template
85+
- Update to .NET Core 3.0
86+
- Adds tools manifest .config/dotnet-tools.json
87+
- Redesign Fornax around idea of `loaders` and `generators`
88+
- Create new `fornax new` template
8989

90-
## 0.2.0 - 05.08.2019
90+
## [0.2.0] - 2019-08-05
9191
### Added
92-
* Update to .Net Core
93-
* Distribute as .Net Core global tool
92+
- Update to .Net Core
93+
- Distribute as .Net Core global tool
9494

95-
## 0.1.0 - 04.06.2017
95+
## [0.1.0] - 2017-06-04
9696
### Added
97-
* Defining templates in F# DSL
98-
* Creating pages using templates from `.md` files with `layout` entry
99-
* Creating plain pages without templates from `md` files without `layout` entry
100-
* Transforming `.less` files to `.css` files
101-
* Transforming `.scss` files to `.css` files (require having `sass` installed)
102-
* Coping other static content to output directory
97+
- Defining templates in F# DSL
98+
- Creating pages using templates from `.md` files with `layout` entry
99+
- Creating plain pages without templates from `md` files without `layout` entry
100+
- Transforming `.less` files to `.css` files
101+
- Transforming `.scss` files to `.css` files (require having `sass` installed)
102+
- Coping other static content to output directory

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<PackageVersion Include="DotNet.ReproducibleBuilds" Version="1.2.25" />
2121
<PackageVersion Include="Expecto" Version="10.2.3" />
2222
<PackageVersion Include="FSharp.Quotations.Evaluator" Version="2.1.0" />
23-
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.1.8" />
23+
<PackageVersion Include="Ionide.KeepAChangelog.Tasks" Version="0.3.0" />
2424
<PackageVersion Include="LibGit2Sharp" Version="0.31.0" />
2525
<PackageVersion Include="MSBuild.StructuredLogger" Version="2.3.17" />
2626
<PackageVersion Include="Suave" Version="2.6.2" />

0 commit comments

Comments
 (0)