Skip to content

Commit 7c031a1

Browse files
committed
Add changelog
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 470dac4 commit 7c031a1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## 1.2.0 (2021-02-05)
6+
7+
- Add support for changing (removing) the title via the `title` attribute of the directive.
8+
9+
## 1.1.0 (2021-02-05)
10+
11+
- Add support for setting the `prog` of the parser via the a `prog` attribute of the directive.
12+
513
## 1.0.0 (2021-02-05)
614

715
- First version.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Within the reStructuredText files use the `sphinx_argparse_cli` directive that t
3737
- a no argument function within that module that once called returns the constructed
3838
[argparse](https://docs.python.org/3/library/argparse.html) parser
3939
- (optional) a program name that overwrites the autodiscovered running argument parser
40-
- (optional) a `:title:` argument which, when provided, overwrites the
41-
`<prog> - CLI interface` title added by default and when empty, will not be included
40+
- (optional) a `:title:` argument which, when provided, overwrites the `<prog> - CLI interface` title added by default
41+
and when empty, will not be included
4242

4343
```rst
4444
.. sphinx_argparse_cli::

0 commit comments

Comments
 (0)