Skip to content

Commit 1964fa8

Browse files
committed
Bump for v0.1.0 release
1 parent fbeede4 commit 1964fa8

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [v0.1.0] - 2020-12-06
9+
### Added
10+
- Language Server ([#6](https://github.com/matthewpi/vscode-caddyfile-support/pull/6))
11+
812
## [v0.0.4] - 2020-10-13
913
### Fixed
1014
- `acme_ca_root` not being highlighted in global options ([26079b4](https://github.com/matthewpi/vscode-caddyfile-support/commit/26079b4753a640db2289f5f8f5ae2ad68a677fc4))

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,13 @@ This is essentially an updated version of [`vscode-caddyfile-syntax`](https://gi
1414
- Syntax Highlighting
1515
- Automatic Formatting (supports Format on Save)
1616
- Support for Caddyfile v2
17+
- Basic Language Server with suggestions and descriptions
1718

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

2122
## Known Issues
2223
- None
2324

24-
## Coming Soon
25-
- IntelliSense Support
26-
- Automatic Linting (using `caddy validate`)
27-
2825
## Changelog
2926
See [CHANGELOG.md](https://github.com/matthewpi/vscode-caddyfile-support/blob/master/CHANGELOG.md)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "caddyfile-support",
33
"displayName": "Caddyfile Support",
44
"description": "Adds support for Caddyfile syntax highlighting and automatic formatting.",
5-
"version": "0.0.4",
5+
"version": "0.1.0",
66
"license": "MIT",
77
"publisher": "matthewpi",
88
"private": true,

0 commit comments

Comments
 (0)