summaryrefslogtreecommitdiff
path: root/lib/net/hippie/version.rb
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-06 14:02:32 -0600
committermo khan <mo@mokhan.ca>2025-07-06 14:02:32 -0600
commitc84b58ec8c70a01bb3a3a8c3a09b6de9a08b5cdc (patch)
treef35ccf2c4d0353ed8bc3d737e66352ddcdba7985 /lib/net/hippie/version.rb
parentbba121d0242323f83e298c3725ac4df176c62417 (diff)
chore: bump version to 2.0.0 and update changelog
- Bump version from 1.3.0 to 2.0.0 for major release - Add comprehensive changelog entry for Rust backend integration - Document breaking changes (Ruby 3.2.0+ requirement) - Highlight performance improvements and new features - Update version comparison links This represents a major version bump due to: - Minimum Ruby version increase from 2.3+ to 3.2.0+ - Significant architectural changes with Rust backend - Enhanced functionality and performance characteristics 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'lib/net/hippie/version.rb')
-rw-r--r--lib/net/hippie/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/hippie/version.rb b/lib/net/hippie/version.rb
index 07de45b..f62791c 100644
--- a/lib/net/hippie/version.rb
+++ b/lib/net/hippie/version.rb
@@ -2,6 +2,6 @@
module Net
module Hippie
- VERSION = '1.3.0'
+ VERSION = '2.0.0'
end
end