diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e5abc0..f2e4ecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.7.0 + +### Added + +- Support for the "any" context. Some directives can be used anywhere, so now they're actually show up in completions and hover. +- Necessary files for the download script to work correctly. Thanks ! + +### Changed + +- Regenerated nginx docs from web. + ## 0.6.0 ### Added diff --git a/pyproject.toml b/pyproject.toml index 21bb88d..723bee6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ line_length = 79 [tool.poetry] name = "nginx-language-server" -version = "0.6.0" +version = "0.7.0" description = "A language server for nginx.conf" authors = ["Sam Roeca "] readme = "README.md"