Skip to content

Commit 9b287fa

Browse files
rameerezclaude
andcommitted
Bump v0.2.1 — fix async mode autoloading
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4fcd1e commit 9b287fa

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## [0.2.1] - 2026-02-09
4+
5+
- Fix async mode: change Railtie to Engine so `TrackJob` is autoloaded
6+
37
## [0.2.0] - 2026-02-08
48

59
**Full rewrite.** Breaking changes from v0.1.0.

lib/footprinted/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 Footprinted
4-
VERSION = "0.2.0"
4+
VERSION = "0.2.1"
55
end

test/footprinted/version_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def test_has_version_number
88
end
99

1010
def test_version_is_correct
11-
assert_equal "0.2.0", Footprinted::VERSION
11+
assert_equal "0.2.1", Footprinted::VERSION
1212
end
1313

1414
def test_version_is_a_string

0 commit comments

Comments
 (0)