Skip to content

Commit df3adc7

Browse files
committed
Release 0.13.0 - 2020-11-15
* Try to improve incremental compile times of projects using ructe by only writing fils if their contents actually changed. Also some code cleanup. PR #97. * Update ructe itself to use edition 2018 (it is still useable for projects using both editios). PR #98. * Fix `StaticFiles::add_files_as` for empty `to` argument and add some more documentation for it. Fixes issue #96. * Update optional rsass dependency to 0.16.0. * Add optional support for tide 0.14 and 0.15. * Update gotham to 0.5 and axtix-web to 3.2 in examples. Tested with rustc 1.47.0 (18bf6b4f0 2020-10-07), 1.42.0 (b8cedc004 2020-03-09), 1.40.0 (73528e339 2019-12-16), 1.48.0-beta.8 (121901459 2020-11-08), and 1.50.0-nightly (98d66340d 2020-11-14)
1 parent 75d937c commit df3adc7

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The format is based on
77
project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10-
## Unreleased
10+
## Release 0.13.0 - 2020-11-15
1111

1212
* Try to improve incremental compile times of projects using ructe by
1313
only writing fils if their contents actually changed. Also some code
@@ -20,6 +20,11 @@ project adheres to
2020
* Add optional support for tide 0.14 and 0.15.
2121
* Update gotham to 0.5 and axtix-web to 3.2 in examples.
2222

23+
Tested with rustc 1.47.0 (18bf6b4f0 2020-10-07),
24+
1.42.0 (b8cedc004 2020-03-09), 1.40.0 (73528e339 2019-12-16),
25+
1.48.0-beta.8 (121901459 2020-11-08), and
26+
1.50.0-nightly (98d66340d 2020-11-14)
27+
2328

2429
## Release 0.12.0 - 2020-08-14
2530

0 commit comments

Comments
 (0)