CHANGES.md in ollama-ruby-0.9.2 vs CHANGES.md in ollama-ruby-0.9.3
- old
+ new
@@ -1,9 +1,15 @@
# Changes
+## 2024-10-21 v0.9.3
+
+* Update dependencies and date:
+ + dependency `complex_config` updated to `~> 0.22` and `>= 0.22.2`
+ + Date changed in ollama-ruby.gemspec from "2024-10-20" to "2024-10-21"
+
## 2024-10-20 v0.9.2
-* Added SourceParsing module and update parse_source method to use it:
+* Added SourceParsing module and update `parse_source` method to use it:
+ Added `SourceParsing` module with `parse_source` method that handles
different file types (e.g. HTML, XML, CSV, RSS)
+ Added `parse_csv` method to `SourceParsing` module
+ Updated `parse_source` method in main file to include new functionality
* Add colorize texts spec for Ollama::Utils::ColorizeTexts to test its