1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-06-29 11:40:33 +12:00
hydrus-server-docker/CHANGELOG.md
2018-12-02 14:16:52 +01:00

37 lines
896 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]
### Changed
+ Reduced image size
+ Changed terminology (for aesthetic reasons)
## [1.0.2] - 2018-11-30
### 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.2...develop
[1.0.2]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/mserajnik/hydrus-server-docker/compare/1.0.0...1.0.1