Skip to content

Commit

Permalink
Bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
skryukov committed Nov 26, 2024
1 parent 5cd2dab commit c8fcf9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].

## [Unreleased]

## [0.2.0] - 2024-11-26

## Added

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

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

## [0.1.5] - 2024-10-07

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

[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.5...HEAD
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/skryukov/typelizer/compare/v0.1.5...v0.2.0
[0.1.5]: https://github.com/skryukov/typelizer/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3
Expand Down
2 changes: 1 addition & 1 deletion lib/typelizer/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Typelizer
VERSION = "0.1.5"
VERSION = "0.2.0"
end

0 comments on commit c8fcf9a

Please sign in to comment.