mirror of
https://github.com/docker/compose.git
synced 2025-07-29 16:44:20 +02:00
"Bump 1.28.1"
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
27d039d39a
commit
0e529bf29b
12
CHANGELOG.md
12
CHANGELOG.md
@ -1,7 +1,17 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
1.28.0 (2020-12-03)
|
|
||||||
|
1.28.1 (2021-01-25)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugs
|
||||||
|
|
||||||
|
- Revert to Python 3.7 bump for Linux static builds
|
||||||
|
|
||||||
|
- Add bash completion for `docker-compose logs|up --no-log-prefix`
|
||||||
|
|
||||||
|
1.28.0 (2021-01-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = '1.28.0'
|
__version__ = '1.28.1'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.28.0"
|
VERSION="1.28.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user