From 0813e9c356a8220c0beeec2ecf9d00ff598a470f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 11:50:20 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Gemfile.lock | 2 +- lib/shipengine_rb/version.rb | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15dcfdc..e9c0224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 1.0.0 (2026-02-19) + + +### ⚠ BREAKING CHANGES + +* modernize SDK to v2.0.0 — Faraday 2.x, Ruby 3.4, full API coverage + +### Features + +* modernize SDK to v2.0.0 — Faraday 2.x, Ruby 3.4, full API coverage ([5941c14](https://github.com/warmlyyours/shipengine_rb/commit/5941c1417a8a60983ab99b4b53c7609eb916f303)) + + +### Bug Fixes + +* [SE-119] Get SDK build working and First Gem published :truck: ([dbba243](https://github.com/warmlyyours/shipengine_rb/commit/dbba243460e85fbe5b644078a933ca36c5f2c57d)) +* change default timeout to 60s ([81bfe73](https://github.com/warmlyyours/shipengine_rb/commit/81bfe73feb0abc8a87aedb15e9b3935dd33d4da9)) +* fixup CD ([fcb16ad](https://github.com/warmlyyours/shipengine_rb/commit/fcb16ada4628dbb330f3c33f0f5ba58bcfe4d8ed)) +* Update publish to Gem API Key ([3f9c8e5](https://github.com/warmlyyours/shipengine_rb/commit/3f9c8e5eec8147e2fb1b38a114fa0e2ff24a5f9e)) +* Update versioning and prune failed attempts from git ([5eb0f22](https://github.com/warmlyyours/shipengine_rb/commit/5eb0f227b8466f61ce3f8df3edef6cab5779dbd1)) + ## 0.1.0 - Initial Release A comprehensive Ruby SDK for the ShipEngine API with full parcel and LTL freight support. diff --git a/Gemfile.lock b/Gemfile.lock index 4f20c56..fe33213 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - shipengine_rb (0.1.0) + shipengine_rb (1.0.0) faraday (~> 2.0) faraday-http (~> 2.0) faraday-retry (~> 2.0) diff --git a/lib/shipengine_rb/version.rb b/lib/shipengine_rb/version.rb index 036c4b5..b068671 100644 --- a/lib/shipengine_rb/version.rb +++ b/lib/shipengine_rb/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ShipEngineRb - VERSION = '0.1.0' + VERSION = '1.0.0' end