mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v11.1.0 (2021-01-13)
- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (again, see #392) - [Feature] Automatically bind-mount volumes from the `volumes/` directory with the `--volume=/...` syntax.
This commit is contained in:
parent
b09d2ea1ed
commit
b648e413e6
@ -2,7 +2,7 @@
|
||||
|
||||
Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
## v11.1.0 (2021-01-13)
|
||||
|
||||
- [Bugfix] Fix "Read-only file system" errors when running `tutor dev runserver` commands on Mac OS. (again, see #392)
|
||||
- [Feature] Automatically bind-mount volumes from the `volumes/` directory with the `--volume=/...` syntax.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "11.0.7"
|
||||
__version__ = "11.1.0"
|
||||
|
Loading…
Reference in New Issue
Block a user