* Support for `--entrypoint` & `--rm` by ydf * Much improved volume/mount support by DDSDerek * Python 3.13 support by yihong0618
1.4.14
Recently the added new feature: Support to multi host port binding (thanks, rgiuse)
But lots more features have been added since the last GitHub Release was made (`1.4.2`). I've been neglecting creating these releases since the CI has automated the process of publishing to pypi and to Dockerhub. So lots of contributions have gone uncredited in the release notes. My apologies.
1.4.2
Thanks to reconman this project's CI is back up and running. A few changes have been merged:
* Support for **cpuset**, by junka * Handling container **names with delimiters**, by gebhardtr * Support for **autoremove**, by albertosottile
1.3.0
* Support for `--memory` and `--memory-reservation` courtesy of kirktarou * Support for `--pid` courtesy of junka
In addition the CI was overhauled (using GitHub Actions instead of Travis).
1.1.0
Support `--stdin` (the output of `docker inspect`) instead of specifying a container.