From 951a695039d98651ac3b777156a45d29a42c0661 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 10 Feb 2019 00:36:04 +0100 Subject: [PATCH 1/2] fix: Fix `git clone` instruction to include the hydrus server submodule --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474751e..1c35957 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fixed + ++ Fixed `git clone` instruction to include the hydrus server submodule + ## [2.3.0] - 2019-02-10 ### Changed diff --git a/README.md b/README.md index 0c848fa..091d1f0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ See [here][docker-hub-tags] for all the available version numbers/tags. Alternatively, you can clone this repository and build the image yourself: ```zsh -user@local:~$ git clone https://github.com/mserajnik/hydrus-server-docker.git +user@local:~$ git clone --recurse-submodules https://github.com/mserajnik/hydrus-server-docker.git user@local:~$ cd hydrus-server-docker user@local:hydrus-server-docker$ docker build . -t hydrus-server-docker ``` From c88ceb48d66efb9c683ff643b7ecc6dbe27f4e87 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 10 Feb 2019 00:36:41 +0100 Subject: [PATCH 2/2] docs: Update changelog for hotfix 2.3.1 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c35957..142f01e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.3.1] - 2019-02-10 + ### Fixed + Fixed `git clone` instruction to include the hydrus server submodule @@ -91,7 +93,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. + Initial release -[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/2.3.0...develop +[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/2.3.1...develop +[2.3.1]: https://github.com/mserajnik/hydrus-server-docker/compare/2.3.0...2.3.1 [2.3.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.1.0...2.2.0 [2.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/2.0.0...2.1.0