From e5a1cd1f7ed1bb28f6a1d9b73991a3d6996bae88 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Wed, 22 Jan 2025 14:48:33 +0300 Subject: [PATCH] Update frontend version to 0.1.0 --- CHANGELOG.md | 6 ++++++ docker-compose.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a7572a7..60f10c8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ 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). +## [0.1.1] - 2025-01-22 + +### Added +- Fix Binge graph. In some cases, the nodes are not visible. + ## [0.1.0] - 2025-01-21 ### Added @@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Website scraping with Firecrawl - YouTube video transcription - PDF document processing + - GitHub codebase indexing - Vector similarity search with Milvus - Message queue system with RabbitMQ for Celery - Caching layer with Redis diff --git a/docker-compose.yml b/docker-compose.yml index b0f74d08..f8f0e246 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -116,7 +116,7 @@ services: pull_policy: always frontend: - image: ddosify/gurubase-frontend:0.1.0 + image: ddosify/gurubase-frontend:0.1.1 container_name: gurubase-frontend env_file: - ${HOME}/.gurubase/.env.frontend