Skip to content

Commit

Permalink
Split RELEASES.md into new "2021 edition" file
Browse files Browse the repository at this point in the history
To ensure that splitting the file didn't break formatting, I ran the
following commands:

```sh
pulldown-cmark <RELEASES_2021_EDITION.md >rendered_2021.html
pulldown-cmark <RELEASES.md >rendered.html
diff rendered.html rendered_2021.html | rg "^>"
```

At first the diff included multiple new lines in `rendered_2021.html`,
indicating links that weren't rendered to HTML because their target was
missing. After I added those targets, but diff was remove-only.

The general policy for RELEASES files would be to update the _2021
file until edition 2024 comes, then we'd create a RELEASES_2021_EDITION
file (also linked from the RELEASES.md file), and so on.

We could optionally add a RELEASES_2018_EDITION and/or a RELEASES_OLD
file, but that decision is outside the scope of this commit.
  • Loading branch information
PoignardAzur committed Dec 5, 2023
1 parent fad6bb8 commit b7b3d27
Show file tree
Hide file tree
Showing 3 changed files with 2,566 additions and 0 deletions.
1 change: 1 addition & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Files: compiler/*
LICENSE-MIT
README.md
RELEASES.md
RELEASES_2021_EDITION.md
rustfmt.toml
rust-bors.toml
triagebot.toml
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Versions 1.75.0 and later
=========================

To limit the size of the release files and facilitate Github markdown rendering,
new releases will be listed in [RELEASES_2021_EDITION.md](./RELEASES_2021_EDITION.md).

Version 1.74.0 (2023-11-16)
==========================

Expand Down
Loading

0 comments on commit b7b3d27

Please sign in to comment.