Skip to content

Commit 2c21aa7

Browse files
committed
docs/changelog: Add release date to each version
1 parent e55a9f7 commit 2c21aa7

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/changelog.rst

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,43 +19,43 @@ Version 0.2.4 (unreleased)
1919
* Rewrite the path handling of the Sphinx extension to handle branch names containing a forward slash properly on Windows and add unittests and Windows CI builds to make sure it doesn't break on future updates. (`#31 <issue31_>`_, `#35 <issue35_>`_)
2020

2121

22-
Version 0.2.3
23-
-------------
22+
Version 0.2.3 (2020-05-04)
23+
--------------------------
2424

2525
* Fixed return codes of main() function and exit with non-zero status if no matching refs were found.
2626
* Added some logging calls to the git module.
2727
* Fixed bug where local branch was used to check the existence of files on remote branches.
2828

2929

30-
Version 0.2.2
31-
-------------
30+
Version 0.2.2 (2020-05-01)
31+
--------------------------
3232

3333
* Added additional checks to determine if a branch or tag contains both the Sphinx source directory and the :file:`conf.py` file. If that's not the case, that branch or tag is skipped automatically and not copied to the temporary directory. (`#9 <issue9_>`_)
3434

3535

36-
Version 0.2.1
37-
-------------
36+
Version 0.2.1 (2020-04-19)
37+
--------------------------
3838

3939
* Fixed handling of absolute output paths in `vpathto` and ensure that all generated paths are relative.
4040

4141

42-
Version 0.2.0
43-
-------------
42+
Version 0.2.0 (2020-04-19)
43+
--------------------------
4444

4545
* Added a way to override config variables using placeholders that expand to each version's actual value (`#4 <issue4_>`_, `#7 <issue7_>`_).
4646

4747

4848
Version 0.1
4949
===========
5050

51-
Version 0.1.1
52-
-------------
51+
Version 0.1.1 (2020-03-12)
52+
--------------------------
5353

5454
* Fixed version number in documentation
5555
* Fixed issue that caused the wrong configuration directory being used when the ``-c`` argument was not specified on the command line
5656

57-
Version 0.1.0
58-
-------------
57+
Version 0.1.0 (2020-03-11)
58+
--------------------------
5959

6060
* Initial release
6161

0 commit comments

Comments
 (0)