From 08c3fa00f4e1e2879191af183cdd753d9fbc3623 Mon Sep 17 00:00:00 2001 From: varfish-bot <138480089+varfish-bot@users.noreply.github.com> Date: Fri, 1 Sep 2023 15:18:28 +0200 Subject: [PATCH] chore(main): release 0.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..25deca83b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.1.0](https://github.com/bihealth/reev/compare/v0.0.0...v0.1.0) (2023-09-01) + + +### Features + +* catch-all route in FastAPI allows for deep links in prod ([#25](https://github.com/bihealth/reev/issues/25)) ([#26](https://github.com/bihealth/reev/issues/26)) ([454f211](https://github.com/bihealth/reev/commit/454f211e8c409cbcac354a8895084bec1a2fc6ef)) +* Implement gene search functionality and gene information page ([#11](https://github.com/bihealth/reev/issues/11)) ([#14](https://github.com/bihealth/reev/issues/14)) ([644a2d4](https://github.com/bihealth/reev/commit/644a2d4e957ca3cd6e4da5d7b353c75b4f4e201c)) +* Implementation of reverse proxies for `varfish-docker-compose-ng` ([#10](https://github.com/bihealth/reev/issues/10)) ([#12](https://github.com/bihealth/reev/issues/12)) ([c3884a4](https://github.com/bihealth/reev/commit/c3884a42acaf9b42e3ada76bf6b4195cf85b7dce)) +* put the current version into docker image and display ([#28](https://github.com/bihealth/reev/issues/28)) ([#29](https://github.com/bihealth/reev/issues/29)) ([586af7e](https://github.com/bihealth/reev/commit/586af7e77e611b94ce46a0644fd41a7bbb123430)) + + +### Bug Fixes + +* adjust default backend service ports for prod ([#27](https://github.com/bihealth/reev/issues/27)) ([655e549](https://github.com/bihealth/reev/commit/655e5494b2ea67e54047ab6e48d4307c8696ae06)) +* fixes to .python-version, docs, .gitignore ([#8](https://github.com/bihealth/reev/issues/8)) ([9cf42a4](https://github.com/bihealth/reev/commit/9cf42a449170e9a379cfb92bb9b72af7c47cd6d6)) +* fixing favicon in production ([#31](https://github.com/bihealth/reev/issues/31)) ([f1be9fd](https://github.com/bihealth/reev/commit/f1be9fd577fa17df69790aced720f32fb2f814f6)) +* properly setup vite build & backend server ([#21](https://github.com/bihealth/reev/issues/21)) ([#22](https://github.com/bihealth/reev/issues/22)) ([5459db5](https://github.com/bihealth/reev/commit/5459db55a3faa184353cd66ef7071407a27c1c8f)) +* Search works only from second time ([#23](https://github.com/bihealth/reev/issues/23), [#24](https://github.com/bihealth/reev/issues/24)) ([#30](https://github.com/bihealth/reev/issues/30)) ([4ca6249](https://github.com/bihealth/reev/commit/4ca62497dd107a684254465ba189b5715d79f785)) + + +### Documentation + +* adding missing community standards ([#5](https://github.com/bihealth/reev/issues/5)) ([#6](https://github.com/bihealth/reev/issues/6)) ([aa0a237](https://github.com/bihealth/reev/commit/aa0a237fa67e969d42491638090199c32d0d3c45))