mirror of
https://github.com/docker/compose.git
synced 2026-02-09 01:59:22 +08:00
@@ -1,7 +1,7 @@
|
||||
Change log
|
||||
==========
|
||||
|
||||
1.27.0 (2020-09-03)
|
||||
1.27.0 (2020-09-07)
|
||||
-------------------
|
||||
|
||||
### Features
|
||||
@@ -42,6 +42,8 @@ Change log
|
||||
|
||||
- Bump `virtualenv` to 20.0.30
|
||||
|
||||
- Add script for docs syncronization
|
||||
|
||||
1.26.1 (2020-06-30)
|
||||
-------------------
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
__version__ = '1.27.0-rc3'
|
||||
__version__ = '1.27.0-rc4'
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
VERSION="1.27.0-rc3"
|
||||
VERSION="1.27.0-rc4"
|
||||
IMAGE="docker/compose:$VERSION"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user