File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v13.1.0 9th October 2025
9+
10+ ### Added
11+
12+ - State constants for defining available states [ #515 ] ( https://github.com/gocardless/statesman/pull/515 )
13+ - from_state method to transition history for easier access to previous states [ #493 ] ( https://github.com/gocardless/statesman/pull/493 )
14+
15+ ### Fixed
16+
17+ - Fixed transition model generator for namespaced models [ #555 ] ( https://github.com/gocardless/statesman/pull/555 )
18+
19+ ### Changed
20+
21+ - Updated README and clarified wording [ #444 ] ( https://github.com/gocardless/statesman/pull/444 )
22+
823## v13.0.0 29th August 2025
924
1025### Changes
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Statesman
4- VERSION = "13.0 .0"
4+ VERSION = "13.1 .0"
55end
You can’t perform that action at this time.
0 commit comments