2018-09-18 14:35:42 +02:00
|
|
|
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
2018-09-18 16:01:24 +02:00
|
|
|
## [Unreleased]
|
|
|
|
### Changed
|
|
|
|
- Refactor environment variables into config module
|
2018-09-18 23:30:28 +02:00
|
|
|
- Simplify Solr query for "downloads"
|
2018-09-18 16:01:24 +02:00
|
|
|
|
2018-09-18 14:36:56 +02:00
|
|
|
## [0.0.2] - 2018-09-18
|
2018-09-18 14:35:42 +02:00
|
|
|
### Added
|
|
|
|
- Ability to get Solr parameters from environment (`SOLR_SERVER` and `SOLR_CORE`)
|
|
|
|
|
|
|
|
## [0.0.1] - 2018-09-18
|
|
|
|
- Initial release
|