1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-05-17 02:53:21 +12:00
hydrus-server-docker/CHANGELOG.md

52 lines
1.2 KiB
Markdown
Raw Normal View History

2018-11-30 04:49:02 +13:00
# 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]
2018-12-13 11:10:32 +13:00
### Changed
+ Updated hydrus server version
## [1.2.0] - 2018-12-06
2018-12-06 11:54:07 +13:00
### Changed
+ Updated hydrus server version
2018-12-06 11:57:50 +13:00
+ Reduced image size
2018-12-06 11:54:07 +13:00
## [1.1.0] - 2018-12-02
2018-12-03 02:14:33 +13:00
### Changed
+ Reduced image size
2018-12-03 02:16:52 +13:00
+ Changed terminology (for aesthetic reasons)
2018-12-03 02:14:33 +13:00
## [1.0.2] - 2018-11-30
2018-12-01 04:09:59 +13:00
### Fixed
+ Fixed errors in readme
## [1.0.1] - 2018-11-29
### Fixed
2018-12-01 04:09:59 +13:00
+ 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
2018-11-30 04:49:02 +13:00
### Added
+ Initial release
[Unreleased]: https://github.com/mserajnik/hydrus-server-docker/compare/1.2.0...develop
[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
[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