Skip to content

Commit d800422

Browse files
committed
Bump 0.9.1
1 parent e5df4aa commit d800422

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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

lib/typelizer/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 Typelizer
4-
VERSION = "0.9.0"
4+
VERSION = "0.9.1"
55
end

0 commit comments

Comments
 (0)