Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wopian committed Jan 26, 2017
1 parent 2661fa2 commit 2ef7399
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 48 deletions.
22 changes: 13 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,31 @@
# Changelog

## [0.2.0] - 2017-01-26
## 0.2.1 - 2017-01-26
### Fixed
- Files not being detected as AGC, AGC, Argus or Binsource

## 0.2.0 - 2017-01-26
### Removed
- Basic linting capabilities. These have been moved to [AGC Assembly Lint](https://github.com/wopian/agc-assembly-lint).

## [0.1.4] - 2017-01-03
## 0.1.4 - 2017-01-03
### Added
- Helper for AGC
- Options for AGS, Argus and Binsource

## [0.1.3] - 2016-12-30
## 0.1.3 - 2016-12-30
### Changed
- Rewrote source code in TypeScript
- Merged `languages` back into `syntax`

### Added
- Barebones helper for AGC

## [0.1.2] - 2016-12-29
## 0.1.2 - 2016-12-29
### Fixed
- Typo causing AGS and Argus to fail

## [0.1.1] - 2016-12-29
## 0.1.1 - 2016-12-29
### Added
- Missing comment definitions

Expand All @@ -33,22 +37,22 @@
### Fixed
- Argus language tokenizer failure

## [0.1.0] - 2016-12-29
## 0.1.0 - 2016-12-29
### Changed
- Reorganised source files

## [0.0.3] - 2016-12-29
## 0.0.3 - 2016-12-29
### Added
- Remainder of documentation
- Package icon

### Fixed
- Typo in settings

## [0.0.2] - 2016-12-28
## 0.0.2 - 2016-12-28
### Fixed
- Minor bugs

## [0.0.1] - 2016-12-28
## 0.0.1 - 2016-12-28
### Added
- Initial release of AGC Assembly
33 changes: 1 addition & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,38 +105,7 @@ npm t
- This can temporarily be fixed by just switching tabs.

## Releases
### 0.1.4 - 2017-01-03
#### Added
- Helper for AGC
- Options for AGS, Argus and Binsource

### 0.1.3 - 2016-12-30
#### Changed
- Rewrote source code in TypeScript
- Merged `languages` back into `syntax`

#### Added
- Barebones helper for AGC

### 0.1.2 - 2016-12-29
#### Fixed
- Typo causing AGS and Argus to fail

### 0.1.1 - 2016-12-29
#### Added
- Missing comment definitions

#### Changed
- Moved language test files to samples
- Moved images into `./images`
- Moved build script into `./src`

#### Fixed
- Argus language tokenizer failure

### 0.1.0 - 2016-12-29
#### Changed
- Reorganised source files
See [CHANGELOG](https://github.com/wopian/agc-assembly/blob/master/CHANGELOG.md)

[Travis]:https://img.shields.io/travis/wopian/agc-assembly.svg?style=flat-square
[GitHub Release]:https://img.shields.io/github/release/wopian/agc-assembly.svg?style=flat-square
Expand Down
8 changes: 1 addition & 7 deletions 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.0",
"version": "0.2.1",
"description": "Syntax highlighting for Apollo Guidance Computer (AGC) assembly source code",
"publisher": "wopian",
"license": "Apache-2.0",
Expand All @@ -25,12 +25,6 @@
"Apollo Guidance Computer",
"Assembly"
],
"activationEvents": [
"onLanguage:agc",
"onLanguage:ags",
"onLanguage:argus",
"onLanguage:binsource"
],
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 2ef7399

Please sign in to comment.