Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NilsJPWerner committed Feb 15, 2022
1 parent 59c7d89 commit 0814ca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [0.6.1] - 2022-02-15

- Rename oneline-rst to one-line-sphinx
- Remove oneline-rst-notypes as provided format
- Documentation: Add examples of docstrings formats #224

## [0.6.0] - 2022-02-13

- Added one line sphinx format support #169 (@sam-hoffman @afarntrog)
Expand All @@ -13,7 +19,7 @@
- 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)
- Documentation: Quotes clarification #211 (@johschmitz)

## [0.5.4] - 2020-11-17

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autodocstring",
"displayName": "autoDocstring - Python Docstring Generator",
"description": "Generates python docstrings automatically",
"version": "0.6.0",
"version": "0.6.1",
"publisher": "njpwerner",
"license": "SEE LICENSE IN LICENSE",
"icon": "images/icon.png",
Expand Down

0 comments on commit 0814ca1

Please sign in to comment.