mirror of
https://github.com/docker/compose.git
synced 2025-07-24 06:04:57 +02:00
"Bump 1.23.1"
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
176a4efaf2
commit
b02f130684
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,6 +1,17 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.23.1 (2018-11-01)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fixed a bug where working with containers created with a previous (< 1.23.0)
|
||||||
|
version of Compose would cause unexpected crashes
|
||||||
|
|
||||||
|
- Fixed an issue where the behavior of the `--project-directory` flag would
|
||||||
|
vary depending on which subcommand was being used.
|
||||||
|
|
||||||
1.23.0 (2018-10-30)
|
1.23.0 (2018-10-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
from __future__ import absolute_import
|
from __future__ import absolute_import
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
__version__ = '1.23.0'
|
__version__ = '1.23.1'
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.23.0"
|
VERSION="1.23.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user