Skip to content

Commit 698de2f

Browse files
dmarticusclaude
andcommitted
Version 3.5.5
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent adb39ef commit 698de2f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.5.5 - 2026-03-03
2+
3+
1. feat: Add semver comparison operators for local feature flag evaluation ([#107](https://github.com/PostHog/posthog-ruby/pull/107))
4+
- Supports `semver_eq`, `semver_neq`, `semver_gt`, `semver_gte`, `semver_lt`, `semver_lte` for direct comparisons
5+
- Supports `semver_tilde`, `semver_caret`, `semver_wildcard` for range matching
6+
- Handles v-prefix, pre-release suffixes, partial versions, and whitespace
7+
18
## 3.5.4 - 2026-02-15
29

310
1. fix: Move Rails generator template to `lib/generators/posthog/templates/` to ensure it's included in the gem package ([#103](https://github.com/PostHog/posthog-ruby/issues/103))

lib/posthog/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 PostHog
4-
VERSION = '3.5.4'
4+
VERSION = '3.5.5'
55
end

0 commit comments

Comments
 (0)