mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +00:00
v10.5.0 (2020-11-19)
- 💥[Improvement] Remove `dev/local pullimages`. Instead, run `dev/local dc pull`. - 💥[Improvement] Add `dev dc` and `local dc` commands as thin wrappers of the `docker-compose` CLI. - 💥[Improvement] Remove the undocumented `local run_hook` command. Instead, run `local init --limit=...`. - 💥[Improvement] Remove `tutor android pullimage` command. Instead, run `tutor images pull android`. - [Bugfix] Fix `config save` on Windows. - [Bugfix] Fix platform checking in user ID function
This commit is contained in:
parent
a4051302ad
commit
7b16af22b8
@ -4,6 +4,8 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Unreleased
|
||||
|
||||
## v10.5.0 (2020-11-19)
|
||||
|
||||
- 💥[Improvement] Remove `dev/local pullimages`. Instead, run `dev/local dc pull`.
|
||||
- 💥[Improvement] Add `dev dc` and `local dc` commands as thin wrappers of the `docker-compose` CLI.
|
||||
- 💥[Improvement] Remove the undocumented `local run_hook` command. Instead, run `local init --limit=...`.
|
||||
|
@ -1 +1 @@
|
||||
__version__ = "10.4.1"
|
||||
__version__ = "10.5.0"
|
||||
|
Loading…
Reference in New Issue
Block a user