Skip to content

Commit

Permalink
Update version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
willthames committed Oct 14, 2018
1 parent a5828ff commit f92cc06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 3.5.0

* New ids and tags, add doc generator. Old tag names remain backwardly compatible (awcrosby)
* Add more package formats to PackageIsNotLatestRule (simon04)
* Improve handling of meta/main.yml dependencies (MatrixCrawler)
* Correctly handle role argument trailing slash (zoredache)
* Handle `include_task` and `import_task` (zeot)
* Add a new rule to detect jinja in when clauses (greg-hellings)
* Suggest `replace` as another alternative to `sed` (inponomarev)
* YAML syntax highlighting for false positives (gundalow)

# 3.4.23

Fix bug with using comma-separated `skip_list` arguments
Expand Down
2 changes: 1 addition & 1 deletion lib/ansiblelint/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '3.4.23'
__version__ = '3.5.0'

0 comments on commit f92cc06

Please sign in to comment.