From ba886a92fa15063336acf9ef7c5c523465c7b36f Mon Sep 17 00:00:00 2001 From: longze chen Date: Tue, 20 Aug 2019 10:21:59 -0400 Subject: [PATCH 1/2] Update readme: remove wrong cmd and add notes for OSF compatibility --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 387a11f..f1c861a 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ fakecas: stdin_open: true ``` -If you need the `develop` one, use `quay.io/centerforopenscience/fakecas:develop` instead. Run `docker-compose pull fakecas` to pull the new image before starting `docker-compose pull fakecas`. +If you need the `develop` one, use `quay.io/centerforopenscience/fakecas:develop` instead. Run `docker-compose pull fakecas` to pull the latest image before starting fakeCAS. ## Pre-docker-compose -Starting [19.0.0](https://github.com/CenterForOpenScience/fakecas/milestone/1), fakeCAS no longer provides downloadable binrary executables. Here is the last version [0.11.1](https://github.com/CenterForOpenScience/fakecas/releases/tag/0.11.1) that provides such a binary. +Starting [19.0.0](https://github.com/CenterForOpenScience/fakecas/milestone/1), fakeCAS no longer provides downloadable binrary executables. Here is the last version [0.11.1](https://github.com/CenterForOpenScience/fakecas/releases/tag/0.11.1) that provides such a binary. However, the binary does not work with OSF starting [19.23.0](https://github.com/CenterForOpenScience/osf.io/releases/tag/19.23.0). # Develop fakeCAS From a6181ab77a803b7c2568f4cc300338ca2d29df08 Mon Sep 17 00:00:00 2001 From: longze chen Date: Tue, 20 Aug 2019 10:26:05 -0400 Subject: [PATCH 2/2] Update changelog for hotfix 19.0.1 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 521cd82..c1ca344 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ We follow the CalVer (https://calver.org/) versioning scheme: YY.MINOR.MICRO. +19.0.1 (2019-08-20) +=================== + +- Update readme + 19.0.0 (2019-08-19) ===================