Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/shipengine_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ShipEngineRb
VERSION = '0.1.0'
VERSION = '1.0.0'
end