Skip to content

Commit

Permalink
Remove one-line-sphinx-notypes and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJPWerner committed Feb 15, 2022
1 parent 0191e18 commit 59c7d89
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
22 changes: 11 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@

## [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 one line sphinx format support #169 (@sam-hoffman @afarntrog)
- Switched to github actions #214 (@s-weigand)
- Switched placeholder wrapper from square brackets to underscore #220
- Add untyped versions of docstring formats #209 (@Lef-F)
- Updated javascript dependencies #222
- 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)
- Added PEP 604 type hint support for pipes #218 (@s-weigand)
- Fixed bug: Broken quoted type hint forward references #157 (@IniasP)
- Fixed bug: Extra underscore in numpy template #216 (@s-weigand)
- Fixed bug: Extra newlines between sections in some cases #203 (@shaperilio)
- Fixed bug: Incorrectly parses Literal type hints #223
- Documentation clarification #211 (@johschmitz)

## [0.5.4] - 2020-11-17

Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autodocstring",
"displayName": "autoDocstring",
"description": "Generates python docstrings",
"displayName": "autoDocstring - Python Docstring Generator",
"description": "Generates python docstrings automatically",
"version": "0.6.0",
"publisher": "njpwerner",
"license": "SEE LICENSE IN LICENSE",
Expand Down Expand Up @@ -82,8 +82,7 @@
"sphinx-notypes",
"numpy",
"numpy-notypes",
"one-line-sphinx",
"one-line-sphinx-notypes"
"one-line-sphinx"
],
"description": "Which docstring format to use."
},
Expand Down

0 comments on commit 59c7d89

Please sign in to comment.