File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- 3.1.1 -
4+ 3.1.1 - 2022-11-24
55------------------
66
7+ - behaving now a Docker-sponsored project.
8+ [ggozad]
9+
710- Add timeout for field value.
811 [mceike, ggozad]
912
Original file line number Diff line number Diff line change @@ -639,7 +639,7 @@ A `Dockerfile` as well as a complete setup using `docker-compose` are provided t
639639In addition we provide pre-build images on docker hub for the ` linux/amd64 ` and ` linux/arm64 ` platforms. Use
640640
641641``` bash
642- docker pull ggozadinos /behaving:latest
642+ docker pull behaving /behaving:latest
643643```
644644
645645to pull the image.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " behaving"
3- version = " 3.1.0 "
3+ version = " 3.1.1 "
44description = " BDD Behavior-Driven-Development testing"
55authors = [" Yiorgis Gozadinos <ggozadinos@gmail.com>" ]
66license = " GPL"
Original file line number Diff line number Diff line change 1- __version__ = "3.1.0 "
1+ __version__ = "3.1.1 "
You can’t perform that action at this time.
0 commit comments