Skip to content

Commit d99771a

Browse files
chore(main): release altertable 0.2.2 (#17)
🤖 I have created a release *beep* *boop* --- ## [0.2.2](altertable/v0.2.1...altertable/v0.2.2) (2026-03-08) ### Bug Fixes * add missing bundler/gem_tasks to Rakefile ([#16](#16)) ([6d021c9](6d021c9)), closes [#15](#15) --- 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 6d021c9 commit d99771a

4 files changed

Lines changed: 10 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.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/altertable-ai/altertable-ruby/compare/altertable/v0.2.1...altertable/v0.2.2) (2026-03-08)
4+
5+
6+
### Bug Fixes
7+
8+
* add missing bundler/gem_tasks to Rakefile ([#16](https://github.com/altertable-ai/altertable-ruby/issues/16)) ([6d021c9](https://github.com/altertable-ai/altertable-ruby/commit/6d021c9f94d66fe491243d87ae591f0ab9303d4a)), closes [#15](https://github.com/altertable-ai/altertable-ruby/issues/15)
9+
310
## [0.2.1](https://github.com/altertable-ai/altertable-ruby/compare/altertable/v0.2.0...altertable/v0.2.1) (2026-03-08)
411

512

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.2.1)
4+
altertable (0.2.2)
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.2.1"
4+
VERSION = "0.2.2"
55
end

0 commit comments

Comments
 (0)