Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
Phidica committed Apr 16, 2019
1 parent ccbdb38 commit 0795764
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Changelog
=========

2.4.0-rc1
---------
2.4.0
-----

Improvements:
- Support the `[ ]` form of `test` (#8)
Expand All @@ -25,7 +25,7 @@ Improvements:
- `keyword.operator.redirect`
- `keyword.operator.range`

Bugfix:
Bugfixes:
- Some structures were not highlighted correctly if they were immediately followed by the EOF
- Unescaped spaces in brace expansion weren't marked up as invalid
- Quoted integers were not allowed as file descriptors in redirection
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Ensure `CHANGELOG.md` has a new version number, and all *relevant* committed cha
- Only pluralise headings for lists of more than one item.
- Be aware that the text is copied directly to the GitHub release description, so stick to valid markdown.

Bump the version number in `messages.json` to the new version number in `CHANGELOG.md`.
Bump the version number corresponding to `Messages/changes.md` in `messages.json` to the new version number in `CHANGELOG.md`.

If there's a major addition, add a news message and link it in `messages.json`.

Expand Down
2 changes: 1 addition & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"2.3.0": "Messages/changes.md",
"2.4.0": "Messages/changes.md",
"2.3.0": "Messages/news-2.3.0.md",
"2.0.0": "Messages/news-2.0.0.md"
}

0 comments on commit 0795764

Please sign in to comment.