Skip to content

Commit c3d70fe

Browse files
rameerezclaude
andcommitted
Bump version to 0.4.0
New API surface warrants minor version bump per semver. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 3a584b0 commit c3d70fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.3.3] - 2026-03-19
1+
## [0.4.0] - 2026-03-19
22

33
- **Add plan provenance helpers**: `current_pricing_plan_resolution`, `current_pricing_plan_source`, and `PlanResolver.resolution_for(plan_owner)` now expose whether the effective plan comes from a manual assignment, a Pay subscription, or the default plan
44
- **Preserve underlying billing context**: resolution objects include the current subscription when present, even when a manual assignment overrides it for entitlements

lib/pricing_plans/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 PricingPlans
4-
VERSION = "0.3.3"
4+
VERSION = "0.4.0"
55
end

0 commit comments

Comments
 (0)