Skip to content

Commit 6cf6ca1

Browse files
committed
version bump
also changed changelog format to be compatible with the gradle plugin
1 parent c5b04eb commit 6cf6ca1

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGES.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
# Changes for Lovely Pytest Docker
22

3-
## unreleased
3+
## 2022-12-22 / 0.3.1
44

55
- make auto generated project names compatible with docker-compose 2.5
66

7-
## 2021/12/22 0.3.0
7+
## 2021-12-22 / 0.3.0
88

99
- add support for `docker-compose stop`
1010
- allow to set the timeout and retry interval when waiting for services
1111
- added explicit dependency to six, which is no more required in newer pytest versions
1212

13-
## 2021/08/05 0.2.1
13+
## 2021-08-05 / 0.2.1
1414

1515
- explicitly set the project-directory in compose executors to allow older
1616
compose versions to find ".env" files
1717
see https://docs.docker.com/compose/environment-variables/#the-env-file
1818

19-
## 2020/10/06 0.2.0
19+
## 2020-10-06 / 0.2.0
2020

2121
- added url_checker method to create an url_checker for a specific path
2222

23-
## 2019/08/27 0.1.0
23+
## 2019-08-27 / 0.1.0
2424

2525
- added ``docker_services_project_name`` fixture in order to override the container
2626
name prefix for started services.
2727

28-
## 2019/01/22 0.0.5
28+
## 2019-01-22 / 0.0.5
2929

3030
- python 2 runtime compatibility
3131

32-
## 2018/12/20 0.0.4
32+
## 2018-12-20 / 0.0.4
3333

3434
- make docker_ip a fixture to make it possible to override it per project
3535

36-
## 2018/01/21 0.0.3
36+
## 2018-01-21 / 0.0.3
3737

3838
- fixed wrong error handling when polling for docker up state
3939

40-
## 2018/01/10 0.0.2
40+
## 2018-01-10 / 0.0.2
4141

4242
- added exec method in Services class
4343
- added possibility to use custom checker for wait_for_service method
4444

45-
## 2018/01/09 0.0.1
45+
## 2018-01-09 / 0.0.1
4646

4747
- initial version

0 commit comments

Comments
 (0)