1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-09-29 08:51:37 +13:00
hydrus-server-docker/CHANGELOG.md
2018-11-30 16:09:59 +01:00

28 lines
709 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Fixed
+ Fixed errors in readme
## [1.0.1] - 2018-11-29
### Fixed
+ Removed unnecessary `VOLUME` declaration in Dockerfile
+ see [this article](https://boxboat.com/2017/01/23/volumes-and-dockerfiles-dont-mix/)
## 1.0.0 - 2018-11-29
### Added
+ Initial release
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.1...develop
[1.0.1]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.0...1.0.1