Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Feb 9, 2017
1 parent f32f2af commit 0ae56ec
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.2.3 - 2017-02-09
### Fixed
- Some development files were not ignored by package. Reduced package size by 20KB

### Changed
- Package license changed to MIT. Previous versions were licensed under Apache 2
- `AGC Assembly` is now called `AGC`
- `AGS Assembly` is now called `AGS`
- `ARGUS H800 Assembly Language` is now called `ARGUS Honeywell 800`

## 0.2.2 - 2017-02-04
### Changed
- Suggested settings is now called User Settings
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Based on [AGC Assembly][3] for Sublime Text.
## Languages
- `agc` - AGC (Command Module and Lunar Module) assembly language,
- `ags` - AGS (Lunar Module Abort Guidance System) assembly language,
- `argus` - ARGUS Honeywell 800 Assembly Language,
- `argus` - ARGUS Honeywell 800 assembly language,
- `binsource` - AGC core rope memory binary source files.

## Marketplace
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "agc-assembly",
"displayName": "AGC Assembly",
"version": "0.2.2",
"version": "0.2.3",
"description": "Syntax highlighting for Apollo Guidance Computer (AGC) assembly source code",
"publisher": "wopian",
"license": "MIT",
Expand Down

0 comments on commit 0ae56ec

Please sign in to comment.