Commit f388467

mo khan <mo@mokhan.ca>
2025-10-08 14:49:00
chore: prep for release
1 parent 27c4249
Changed files (3)
lib/net/llm/version.rb
@@ -2,6 +2,6 @@
 
 module Net
   module Llm
-    VERSION = "0.1.0"
+    VERSION = "0.2.0"
   end
 end
CHANGELOG.md
@@ -1,6 +1,6 @@
 ## [Unreleased]
 
-## [0.2.0] - TBD
+## [0.2.0] - 2025-10-08
 
 - Add Ollama provider with streaming support
   - `/api/chat` endpoint with streaming
Gemfile.lock
@@ -2,6 +2,9 @@ PATH
   remote: .
   specs:
     net-llm (0.1.0)
+      json (~> 2.0)
+      net-http (~> 0.6)
+      uri (~> 1.0)
 
 GEM
   remote: https://rubygems.org/
@@ -22,6 +25,9 @@ GEM
     irb (1.14.3)
       rdoc (>= 4.0.0)
       reline (>= 0.4.2)
+    json (2.13.2)
+    net-http (0.6.0)
+      uri
     psych (5.2.2)
       date
       stringio
@@ -47,6 +53,7 @@ GEM
       rspec-support (~> 3.13.0)
     rspec-support (3.13.6)
     stringio (3.1.2)
+    uri (1.0.4)
     webmock (3.25.1)
       addressable (>= 2.8.0)
       crack (>= 0.3.2)