Skip to content

Commit

Permalink
Bump for v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Dec 6, 2020
1 parent fbeede4 commit 1964fa8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## [v0.1.0] - 2020-12-06
### Added
- Language Server ([#6](https:/matthewpi/vscode-caddyfile-support/pull/6))

## [v0.0.4] - 2020-10-13
### Fixed
- `acme_ca_root` not being highlighted in global options ([26079b4](https:/matthewpi/vscode-caddyfile-support/commit/26079b4753a640db2289f5f8f5ae2ad68a677fc4))
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ This is essentially an updated version of [`vscode-caddyfile-syntax`](https://gi
- Syntax Highlighting
- Automatic Formatting (supports Format on Save)
- Support for Caddyfile v2
- Basic Language Server with suggestions and descriptions

## Requirements
- [caddy v2.2.0](https:/caddyserver/caddy/releases/tag/v2.2.0) or [later](https:/caddyserver/caddy/releases/latest) (required for Automatic Formatting)

## Known Issues
- None

## Coming Soon
- IntelliSense Support
- Automatic Linting (using `caddy validate`)

## Changelog
See [CHANGELOG.md](https:/matthewpi/vscode-caddyfile-support/blob/master/CHANGELOG.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "caddyfile-support",
"displayName": "Caddyfile Support",
"description": "Adds support for Caddyfile syntax highlighting and automatic formatting.",
"version": "0.0.4",
"version": "0.1.0",
"license": "MIT",
"publisher": "matthewpi",
"private": true,
Expand Down

0 comments on commit 1964fa8

Please sign in to comment.