forked from petarmaric/pjisp-assignment-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
59 lines (37 loc) · 1.32 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
pjisp-assignment-template 1.2.0 (August 3, 2020)
================================================
Feature additions
-----------------
* Added a GitHub actions workflow for creating assignments and testing
their solutions (#4, #5).
Bugfixes
--------
* Fixed outdated Pipfile.lock issues (#6).
pjisp-assignment-template 1.1.2 (December 1, 2019)
==================================================
Bugfixes
--------
* Updated project dependencies and smoke_test.pex, due to a new smoke_test
release.
* Added gedit backup files to .gitignore.
Refactoring
-----------
* Optimized Dockerfile (#2).
pjisp-assignment-template 1.1.1 (October 29, 2019)
==================================================
Bugfixes
--------
* Add a.out to .gitignore.
* Updated README.rst with improved `{GROUP_ID}` description
pjisp-assignment-template 1.1.0 (October 27, 2019)
==================================================
Feature additions
-----------------
* Added an internal Makefile target for updating project dependencies.
* Added Docker support.
Refactoring
-----------
* Made all Makefile variables "lazy".
pjisp-assignment-template 1.0.0 (October 25 2019)
=================================================
* Initial release.