Skip to content

Commit ff5777c

Browse files
committed
add dates to changelog
1 parent f2d2bdd commit ff5777c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

doc/source/changelog.rst

+12-12
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@
22
Change Log
33
==========
44

5-
v1.1.2
6-
======
5+
v1.1.2 (15-JUL-2024)
6+
====================
77

88
* `Support Django 5.1 <https://github.com/bckohan/django-routines/issues/19>`_
99

10-
v1.1.1
11-
======
10+
v1.1.1 (15-JUL-2024)
11+
====================
1212

1313
* `Allow hyphens (-) in switches. <https://github.com/bckohan/django-routines/issues/17>`_
1414

15-
v1.1.0
16-
======
15+
v1.1.0 (10-JUN-2024)
16+
====================
1717

1818
* `Invalidate importlib caches if command is makemigrations. <https://github.com/bckohan/django-routines/issues/13>`_
1919
* `Rationale for why settings is a good place to put routines. <https://github.com/bckohan/django-routines/issues/8>`_
2020
* `Command type for system commands (i.e. non-management commands) to be run as subprocesses <https://github.com/bckohan/django-routines/issues/7>`_
2121
* `Option to run management commands as subprocesses instead of in the same process space. <https://github.com/bckohan/django-routines/issues/6>`_
2222

23-
v1.0.2
24-
======
23+
v1.0.2 (05-JUN-2024)
24+
====================
2525

2626
* `Update import deprecation for django-typer 2.1+ <https://github.com/bckohan/django-routines/issues/4>`_
2727

28-
v1.0.1
29-
======
28+
v1.0.1 (05-JUN-2024)
29+
====================
3030

3131
* `Help example images dont have the correct usage line. <https://github.com/bckohan/django-routines/issues/3>`_
3232

3333

34-
v1.0.0
35-
======
34+
v1.0.0 (05-JUN-2024)
35+
====================
3636

3737
* Initial production/stable release.

0 commit comments

Comments
 (0)