Skip to content

Commit 8001a7b

Browse files
Update changelog for 0.0.3
1 parent a4c4a5f commit 8001a7b

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

redcode/CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,34 @@
1+
<!-- markdownlint-disable-file no-duplicate-header -->
2+
13
# Change Log
4+
25
All notable changes to the "redcode" extension will be documented in this file.
36
Format based on [Keep a Changelog](http://keepachangelog.com/).
47

58
## Unreleased
69

10+
## [0.0.3]
11+
12+
### Added
13+
14+
- CI for pull requests using Github Actions
15+
716
## [0.0.2]
17+
818
### Added
19+
920
- INSTALL.md
21+
1022
### Changed
23+
1124
- Merge into [corewa.rs repository](http://github.com/ian-h-chamberlain/corewa_rs), update links to http://corewa.rs, etc.
1225

1326
### Fixed
27+
1428
- Fix build scripts, update dependencies, general cleanup
1529

1630
## [0.0.1]
31+
1732
### Added
18-
- Initial syntax highlighting for redcode
33+
34+
- Initial syntax highlighting for redcode

redcode/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Basic syntax highlighting for Redcode, the language used in [Core Wars](https://
44

55
## Features
66

7-
Syntax highlighting for redcode, based partially on [this vim syntax file](https://www.vim.org/scripts/script.php?script_id=1705), and on the [pMARS '94 reference](https://corewa.rs/pmars-redcode-94.txt) and an [annotated version](http://corewa.rs/icws94.txt) of the ICWS '94 draft.
7+
Syntax highlighting for redcode, based partially on [this vim syntax file](https://www.vim.org/scripts/script.php?script_id=1705), and on the [pMARS '94 reference](https://corewa.rs/pmars-redcode-94.txt) and an [annotated version](https://corewa.rs/icws94.txt) of the ICWS '94 draft.
88

99
## Contents
1010

@@ -16,4 +16,4 @@ Syntax highlighting for redcode, based partially on [this vim syntax file](https
1616

1717
## Release Notes
1818

19-
See CHANGELOG.md
19+
See CHANGELOG.md

0 commit comments

Comments
 (0)