From 8bdbc3c8f145bbf1eec39e02f69ee9497dd3fadd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Maci=C4=85=C5=BCek?= Date: Thu, 5 Aug 2021 00:02:33 +0200 Subject: [PATCH] Release version 1.0.4 (#17) --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 177a868..c9424af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to the Ansible VS Code extension will be documented in this 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). +## [1.0.4] - 2021-08-04 +### Fixed +- Paths with special characters are now correctly handled. Both in case of + workspace path and in case of files in workspace. + +### Changed +- Now encouraging to install `yamllint` as it has been tested and it provides + useful additional advice on YAML files. + ## [1.0.3] - 2021-07-27 ### Changed - Error handling in case output from Ansible Lint can't be parsed is now more diff --git a/package.json b/package.json index 1b192b2..6fdb8a2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "description": "Ansible language support", "author": "Tomasz Maciążek", "license": "MIT", - "version": "1.0.3", + "version": "1.0.4", "repository": { "type": "git", "url": "https://github.com/tomaciazek/vscode-ansible.git"