summaryrefslogtreecommitdiff
path: root/internal/version.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-17 13:49:23 +0300
committerPaul Buetow <paul@buetow.org>2025-07-17 13:49:23 +0300
commit6d73daa3abf06b34bb80868571d6d6be464f1c62 (patch)
treeb01007d9273359ac62301364e49416d976e28e8b /internal/version.go
parentb2b007699b2a42ed86970f59d597034679265e91 (diff)
feat: add contextual scene generation for flashcard imagesv0.2.0
- Generate meaningful scenes for each Bulgarian word using OpenAI - Scene descriptions use English words for DALL-E compatibility - Creates more engaging and memorable flashcards with context - Bump version to v0.2.0 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'internal/version.go')
-rw-r--r--internal/version.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version.go b/internal/version.go
index 0894830..1595476 100644
--- a/internal/version.go
+++ b/internal/version.go
@@ -1,3 +1,3 @@
package internal
-const Version = "0.1.0"
+const Version = "0.2.0"