Skip to content

Commit 0814ca1

Browse files
committed
Bump version to 0.6.1
1 parent 59c7d89 commit 0814ca1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [0.6.1] - 2022-02-15
4+
5+
- Rename oneline-rst to one-line-sphinx
6+
- Remove oneline-rst-notypes as provided format
7+
- Documentation: Add examples of docstrings formats #224
8+
39
## [0.6.0] - 2022-02-13
410

511
- Added one line sphinx format support #169 (@sam-hoffman @afarntrog)
@@ -13,7 +19,7 @@
1319
- Fixed bug: Extra underscore in numpy template #216 (@s-weigand)
1420
- Fixed bug: Extra newlines between sections in some cases #203 (@shaperilio)
1521
- Fixed bug: Incorrectly parses Literal type hints #223
16-
- Documentation clarification #211 (@johschmitz)
22+
- Documentation: Quotes clarification #211 (@johschmitz)
1723

1824
## [0.5.4] - 2020-11-17
1925

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "autodocstring",
33
"displayName": "autoDocstring - Python Docstring Generator",
44
"description": "Generates python docstrings automatically",
5-
"version": "0.6.0",
5+
"version": "0.6.1",
66
"publisher": "njpwerner",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)