Comparing changes

v1.5.0 v1.5.1
2 commits 3 files changed

Commits

4358d99 chore: update CHANGELOG mo khan 2026-02-01 08:09:41
Changed files (3)
lib/net/hippie/version.rb
@@ -2,6 +2,6 @@
 
 module Net
   module Hippie
-    VERSION = '1.5.0'
+    VERSION = '1.5.1'
   end
 end
lib/net/hippie.rb
@@ -9,11 +9,11 @@ require 'openssl'
 require 'resolv'
 require 'timeout'
 
+require 'net/hippie/version'
 require 'net/hippie/client'
 require 'net/hippie/connection'
 require 'net/hippie/connection_pool'
 require 'net/hippie/content_type_mapper'
-require 'net/hippie/version'
 
 module Net
   # High-performance HTTP client with connection pooling and DNS caching.
CHANGELOG.md
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [1.5.1] - 2026-02-01
+
+### Fixed
+
+- Fix load order to require version before client
+
 ## [1.5.0] - 2026-02-01
 
 ### Changed
@@ -123,7 +129,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 - with\_retry.
 - authorization header helpers
 
-[Unreleased]: https://src.mokhan.ca/xlgmokha/net-hippie/compare/v1.5.0...HEAD
+[Unreleased]: https://src.mokhan.ca/xlgmokha/net-hippie/
+[1.5.1]: https://src.mokhan.ca/xlgmokha/net-hippie/compare/v1.5.0...v1.5.1
 [1.5.0]: https://src.mokhan.ca/xlgmokha/net-hippie/compare/v1.4.0...v1.5.0
 [1.4.0]: https://src.mokhan.ca/xlgmokha/net-hippie/compare/v1.3.0...v1.4.0
 [1.3.0]: https://src.mokhan.ca/xlgmokha/net-hippie/compare/v1.2.0...v1.3.0