Skip to content

Commit 1d56af6

Browse files
rameerezclaude
andcommitted
Bump version to 0.5.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4d781f5 commit 1d56af6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# `profitable`
22

3-
## [Unreleased]
3+
## [0.5.0] - 2026-03-19
44
- Add `Profitable.ttm_revenue` for trailing twelve-month revenue
55
- Add `Profitable.ttm` as a founder-friendly alias for `ttm_revenue`
66
- Add `Profitable.revenue_run_rate`, `estimated_arr_valuation`, `estimated_ttm_revenue_valuation`, and `estimated_revenue_run_rate_valuation`
@@ -12,6 +12,7 @@
1212
- Keep grace-period subscriptions billable until `ends_at`
1313
- Exclude metered Stripe items from fixed run-rate MRR calculations
1414
- Surface TTM revenue in the built-in dashboard
15+
- Extract shared metric logic to `lib/profitable/metrics.rb` for cleaner architecture
1516

1617
## [0.4.0] - 2026-02-10
1718
- Add monthly summary (12mo) and daily summary (30d) tables to dashboard

lib/profitable/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 Profitable
4-
VERSION = "0.4.0"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)