From 9f2fa2e1d1212d3a895dc31b75ed7c101fd26698 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 13 Jan 2019 16:15:47 +0100 Subject: [PATCH 1/3] feat: Update hydrus server version --- CHANGELOG.md | 4 ++++ README.md | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cb24e..494bdb6 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] +### Changed + ++ Updated hydrus server version + ## [1.3.0] - 2018-12-12 ### Changed diff --git a/README.md b/README.md index 5ff7cce..4105420 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is a simple Debian-based Docker setup for running the compiled version of run hydrus server together with [hydrusrv][hydrusrv], but can of course also be used on its own. -The latest build runs [hydrus server version 334][hydrus-server-version]. +The latest build runs [hydrus server version 335][hydrus-server-version]. ## Table of contents @@ -35,7 +35,7 @@ By default, this will pull the latest build. To specify an image with a specific version of hydrus server, provide the version number as tag, e.g.: ```zsh -user@local:~$ docker pull mserajnik/hydrus-server-docker:334 +user@local:~$ docker pull mserajnik/hydrus-server-docker:335 ``` See [here][docker-hub-tags] for all the available version numbers/tags. @@ -153,13 +153,13 @@ You are welcome to help out! [hydrus-server]: http://hydrusnetwork.github.io/hydrus/ [hydrusrv]: https://github.com/mserajnik/hydrusrv -[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v334 +[hydrus-server-version]: https://github.com/hydrusnetwork/hydrus/releases/tag/v335 [docker-hub]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/ [docker-hub-tags]: https://hub.docker.com/r/mserajnik/hydrus-server-docker/tags/ [docker]: https://www.docker.com/ [semantic-versioning]: https://semver.org/ -[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20334-blue.svg +[hydrus-server-badge]: https://img.shields.io/badge/hydrus%20server-version%20335-blue.svg [travis]: https://travis-ci.com/mserajnik/hydrus-server-docker [travis-badge]: https://travis-ci.com/mserajnik/hydrus-server-docker.svg From 1ed5e30d20ffb7c83b7cc15f7321f4c1112dc405 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 13 Jan 2019 16:19:37 +0100 Subject: [PATCH 2/3] docs: Update year in license --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index bfa1398..dc2c737 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2018 Michael Serajnik +Copyright (c) 2019 Michael Serajnik Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From e00ceb3ee81f3d9e1bda08402df5bdf677c83e75 Mon Sep 17 00:00:00 2001 From: Michael Serajnik Date: Sun, 13 Jan 2019 16:20:44 +0100 Subject: [PATCH 3/3] docs: Update changelog for release 1.4.0 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 494bdb6..72965e2 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] +## [1.4.0] - 2019-01-13 + ### Changed + Updated hydrus server version @@ -50,7 +52,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/1.3.0...develop +[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.4.0...develop +[1.4.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.3.0...1.4.0 [1.3.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.2.0...1.3.0 [1.2.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.2...1.1.0