File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning].
77
88## [ Unreleased]
99
10+ ## [ 0.9.1] - 2026-02-26
11+
12+ ### Fixed
13+
14+ - Fix crash when using tuple types in serializers. ([ @skryukov ] )
15+ - Handle abstract ActiveRecord classes gracefully during type inference. ([ @skryukov ] )
16+
1017## [ 0.9.0] - 2026-02-26
1118
1219### Added
@@ -413,7 +420,8 @@ and this project adheres to [Semantic Versioning].
413420[@skryukov]: https://github.com/skryukov
414421[@ventsislaf]: https://github.com/ventsislaf
415422
416- [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.9.0...HEAD
423+ [Unreleased]: https://github.com/skryukov/typelizer/compare/v0.9.1...HEAD
424+ [0.9.1]: https://github.com/skryukov/typelizer/compare/v0.9.0...v0.9.1
417425[0.9.0]: https://github.com/skryukov/typelizer/compare/v0.8.0...v0.9.0
418426[0.8.0]: https://github.com/skryukov/typelizer/compare/v0.7.0...v0.8.0
419427[0.7.0]: https://github.com/skryukov/typelizer/compare/v0.6.0...v0.7.0
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Typelizer
4- VERSION = "0.9.0 "
4+ VERSION = "0.9.1 "
55end
You can’t perform that action at this time.
0 commit comments