Skip to content

Commit 59c7d89

Browse files
committed
Remove one-line-sphinx-notypes and update changelog
1 parent 0191e18 commit 59c7d89

2 files changed

Lines changed: 14 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
## [0.6.0] - 2022-02-13
44

5-
- Added rst format support (@sam-hoffman @afarntrog)
6-
- Switched to github actions (@s-weigand)
7-
- Switched placeholder wrapper from square brackets to underscore
8-
- Add untyped versions of docstring formats (@Lef-F)
9-
- Updated javascript dependencies
5+
- Added one line sphinx format support #169 (@sam-hoffman @afarntrog)
6+
- Switched to github actions #214 (@s-weigand)
7+
- Switched placeholder wrapper from square brackets to underscore #220
8+
- Add untyped versions of docstring formats #209 (@Lef-F)
9+
- Updated javascript dependencies #222
1010
- Added more extensive debug logging
11-
- Added PEP 604 type hint support for pipes (@s-weigand)
12-
- Fixed bug: Broken quoted type hint forward references (@IniasP)
13-
- Fixed bug: Extra underscore in numpy template (@s-weigand)
14-
- Fixed bug: Extra newlines between sections in some cases (@shaperilio)
15-
- Fixed bug: Incorrectly parses Literal type hints
16-
- Documentation clarification (@johschmitz)
11+
- Added PEP 604 type hint support for pipes #218 (@s-weigand)
12+
- Fixed bug: Broken quoted type hint forward references #157 (@IniasP)
13+
- Fixed bug: Extra underscore in numpy template #216 (@s-weigand)
14+
- Fixed bug: Extra newlines between sections in some cases #203 (@shaperilio)
15+
- Fixed bug: Incorrectly parses Literal type hints #223
16+
- Documentation clarification #211 (@johschmitz)
1717

1818
## [0.5.4] - 2020-11-17
1919

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "autodocstring",
3-
"displayName": "autoDocstring",
4-
"description": "Generates python docstrings",
3+
"displayName": "autoDocstring - Python Docstring Generator",
4+
"description": "Generates python docstrings automatically",
55
"version": "0.6.0",
66
"publisher": "njpwerner",
77
"license": "SEE LICENSE IN LICENSE",
@@ -82,8 +82,7 @@
8282
"sphinx-notypes",
8383
"numpy",
8484
"numpy-notypes",
85-
"one-line-sphinx",
86-
"one-line-sphinx-notypes"
85+
"one-line-sphinx"
8786
],
8887
"description": "Which docstring format to use."
8988
},

0 commit comments

Comments
 (0)