mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-13 14:43:03 +00:00
v11.1.1 (2021-01-20)
- [Feature] Add a `tutor images build --target=...` argument for [multi-stage Docker builds](https://docs.docker.com/develop/develop-images/multistage-build/). - [Feature] Create a test version of the openedx-dev Docker image for running edx-platform unit tests. - [Security] Apply security patch [26112](https://github.com/edx/edx-platform/pull/26112) - [Bugfix] Fix `local exec` command which crashed with a `AttributeError`.
This commit is contained in:
parent
8d803fb08b
commit
6fa1db1e4f
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v11.1.1 (2021-01-20)
|
||||
|
||||
- [Feature] Add a `tutor images build --target=...` argument for [multi-stage Docker builds](https://docs.docker.com/develop/develop-images/multistage-build/).
|
||||
- [Feature] Create a test version of the openedx-dev Docker image for running edx-platform unit tests.
|
||||
- [Security] Apply security patch [26112](https://github.com/edx/edx-platform/pull/26112)
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "11.1.0"
|
||||
__version__ = "11.1.1"
|
||||
|
Loading…
Reference in New Issue
Block a user