Skip to content

2.0.1

Compare
Choose a tag to compare
@shin- shin- released this 10 Jan 19:51
· 1707 commits to main since this release

List of PRs / issues for this release

Bugfixes

  • Fixed a bug where forward slashes in some .dockerignore patterns weren't
    being parsed correctly on Windows
  • Fixed a bug where Mount.parse_mount_string would never set the read_only
    parameter on the resulting Mount.
  • Fixed a bug where Mount.parse_mount_string would incorrectly mark host
    binds as being of volume type.