Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Release version 1.0.4 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaciazek authored Aug 4, 2021
1 parent aeeec82 commit 8bdbc3c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8bdbc3c

Please sign in to comment.