Skip to content

Commit c8fcf9a

Browse files
committed
Bump 0.2.0
1 parent 5cd2dab commit c8fcf9a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.2.0] - 2024-11-26
11+
1012
## Added
1113

1214
- Add support for enum attributes declared using `ActiveRecord::Enum` or explicitly in serializers ([@envek])
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning].
1921

2022
- Do not override `Typelizer.dirs` in the railtie initializer ([@patvice])
2123
- Do not raise on empty nested serializers ([@skryukov])
22-
- Attribute options merging in inherited serializers ([@Envek])
24+
- Attribute options merging in inherited serializers ([@envek])
25+
- Allow recursive type definition ([@okuramasafumi])
2326

2427
## [0.1.5] - 2024-10-07
2528

@@ -77,7 +80,8 @@ and this project adheres to [Semantic Versioning].
7780
[@patvice]: https://github.com/patvice
7881
[@skryukov]: https://github.com/skryukov
7982

80-
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.5...HEAD
83+
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.2.0...HEAD
84+
[0.2.0]: https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0
8185
[0.1.5]: https://github.com/skryukov/typelizer/compare/v0.1.4...v0.1.5
8286
[0.1.4]: https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
8387
[0.1.3]: https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3

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.1.5"
4+
VERSION = "0.2.0"
55
end

0 commit comments

Comments
 (0)