Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJPWerner committed Feb 13, 2022
1 parent 56433b1 commit 0456c27
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Change Log

## [0.6.0] - 2022-02-13

- Added rst format support (@sam-hoffman @afarntrog)
- Switched to github actions (@s-weigand)
- Switched placeholder wrapper from square brackets to underscore
- Add untyped versions of docstring formats (@Lef-F)
- Updated javascript dependencies
- Added more extensive debug logging
- Added PEP 604 type hint support for pipes (@s-weigand)
- Fixed bug: Broken quoted type hint forward references (@IniasP)
- Fixed bug: Extra underscore in numpy template (@s-weigand)
- Fixed bug: Extra newlines between sections in some cases (@shaperilio)
- Fixed bug: Incorrectly parses Literal type hints
- Documentation clarification (@johschmitz)

## [0.5.4] - 2020-11-17

- Added Starlark support #139 (@UebelAndre)
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autodocstring",
"displayName": "autoDocstring",
"description": "Generates python docstrings",
"version": "0.5.4",
"version": "0.6.0",
"publisher": "njpwerner",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/icon.png",
Expand Down Expand Up @@ -35,7 +35,7 @@
],
"galleryBanner": {},
"engines": {
"vscode": "^1.9.0"
"vscode": "^1.53.0"
},
"activationEvents": [
"onLanguage:python",
Expand Down Expand Up @@ -155,7 +155,7 @@
"@types/mocha": "^9.1.0",
"@types/mustache": "^4.1.2",
"@types/node": "^17.0.17",
"@types/vscode": "^1.64.0",
"@types/vscode": "^1.53.0",
"@vscode/test-electron": "^2.1.2",
"chai": "^4.3.6",
"copyfiles": "^2.4.1",
Expand Down

0 comments on commit 0456c27

Please sign in to comment.