Commit 9fef2b4

mo khan <mo@mokhan.ca>
2025-08-14 17:29:32
chore: bump version to 0.1.2 and update changelog
- Fix critical bash tool parameter schema bug - Update CHANGELOG.md with bug fix details
1 parent 9b84acf
lib/elelem/version.rb
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Elelem
-  VERSION = "0.1.1"
+  VERSION = "0.1.2"
 end
CHANGELOG.md
@@ -1,5 +1,10 @@
 ## [Unreleased]
 
+## [0.1.2] - 2025-08-14
+
+### Fixed
+- Fixed critical bug where bash tool had nested parameters schema causing tool calls to fail with "no implicit conversion of nil into String" error
+
 ## [0.1.1] - 2025-08-12
 
 ### Fixed
elelem-0.1.2.gem
Binary file