Skip to content

Commit 72c0d52

Browse files
chore(main): release altertable 0.2.0 (#10)
🤖 I have created a release *beep* *boop* --- ## [0.2.0](altertable-v0.1.0...altertable/v0.2.0) (2026-03-08) ### Features * optional http client (faraday/httpx/net-http) with adapter pattern ([#5](#5)) ([1fb2b79](1fb2b79)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fa26891 commit 72c0d52

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/altertable-ai/altertable-ruby/compare/altertable-v0.1.0...altertable/v0.2.0) (2026-03-08)
4+
5+
6+
### Features
7+
8+
* optional http client (faraday/httpx/net-http) with adapter pattern ([#5](https://github.com/altertable-ai/altertable-ruby/issues/5)) ([1fb2b79](https://github.com/altertable-ai/altertable-ruby/commit/1fb2b79963977aea1d3c4d19e3fdad23b02a296f))

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
altertable (0.1.0)
4+
altertable (0.2.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/altertable/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Altertable
4-
VERSION = "0.1.0"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)