
Ghub Versions
Overview
All versions adhere to the Semantic Versioning specification. Briefly, it means:
- Major (X.y.z) - Incremented for any backwards incompatible public API changes.
- Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
- Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
0.4.1 (2023-02-05)
-
Fixed Guardfile to use RSpec binstub - Brooke Kuhlmann
-
Added Rake binstub - Brooke Kuhlmann
-
Updated to Caliber 0.25.0 - Brooke Kuhlmann
-
Refactored RSpec helper to use spec root constant - Brooke Kuhlmann
-
Refactored implementation to forward splatted arguments - Brooke Kuhlmann
0.4.0 (2023-01-08)
-
Fixed injection of parameters at wrong location in API requests - Brooke Kuhlmann
-
Fixed pull request index and show responses - Brooke Kuhlmann
-
Added version release notes - Brooke Kuhlmann
-
Updated to Caliber 0.21.0 - Brooke Kuhlmann
-
Updated to Git Lint 5.0.0 - Brooke Kuhlmann
-
Updated to SimpleCov 0.22.0 - Brooke Kuhlmann
0.3.0 (2022-12-27)
-
Fixed RuboCop Style/RequireOrder issues - Brooke Kuhlmann
-
Added RSpec binstub - Brooke Kuhlmann
-
Updated to Debug 1.7.0 - Brooke Kuhlmann
-
Updated to Dry Monads 1.6.0 - Brooke Kuhlmann
-
Updated to Dry Schema 1.13.0 - Brooke Kuhlmann
-
Updated to HTTP Fake 1.0.0 - Brooke Kuhlmann
-
Updated to Infusible 1.0.0 - Brooke Kuhlmann
-
Updated to RSpec 3.12.0 - Brooke Kuhlmann
-
Updated to Refinements 10.0.0 - Brooke Kuhlmann
-
Updated to Ruby 3.1.3 - Brooke Kuhlmann
-
Updated to Ruby 3.2.0 - Brooke Kuhlmann
-
Updated to Transactable 0.4.0 - Brooke Kuhlmann
0.2.0 (2022-11-07)
-
Updated to Transactable 0.3.0 - Brooke Kuhlmann
-
Refactored API client to dynamically determine GET request - Brooke Kuhlmann
0.1.0 (2022-10-22)
-
Fixed Rakefile RSpec initialization - Brooke Kuhlmann
-
Updated to Caliber 0.16.0 - Brooke Kuhlmann
-
Updated to Infusible 0.2.0 - Brooke Kuhlmann
-
Updated to Refinements 9.7.0 - Brooke Kuhlmann
-
Updated to Transactable 0.2.0 - Brooke Kuhlmann
0.0.0 (2022-10-20)
-
Added API client - Brooke Kuhlmann
-
Added API page - Brooke Kuhlmann
-
Added Dry gems to gem boot - Brooke Kuhlmann
-
Added application container - Brooke Kuhlmann
-
Added application import - Brooke Kuhlmann
-
Added branch protection endpoint - Brooke Kuhlmann
-
Added branch signature endpoint - Brooke Kuhlmann
-
Added configuration content - Brooke Kuhlmann
-
Added configuration loader - Brooke Kuhlmann
-
Added custom code quality configurations - Brooke Kuhlmann
-
Added documentation - Brooke Kuhlmann
-
Added endpoints container - Brooke Kuhlmann
-
Added endpoints import - Brooke Kuhlmann
-
Added gem dependencies - Brooke Kuhlmann
-
Added generic models - Brooke Kuhlmann
-
Added generic responses - Brooke Kuhlmann
-
Added organization members endpoint - Brooke Kuhlmann
-
Added primary client - Brooke Kuhlmann
-
Added project skeleton - Brooke Kuhlmann
-
Added pulls endpoint - Brooke Kuhlmann
-
Added repositories endpoint - Brooke Kuhlmann
-
Added resultable module - Brooke Kuhlmann
-
Added users endpoint - Brooke Kuhlmann