Skip to content

Commit

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

## [Unreleased]

## [0.1.5] - 2024-10-07

## Fixed

- Fix the duplicated import with multiple same association ([@okuramasafumi])

## [0.1.4] - 2024-10-04

## Added
Expand Down Expand Up @@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning].
[@okuramasafumi]: https://github.com/@okuramasafumi
[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.4...HEAD
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.5...HEAD
[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
[0.1.2]: https://github.com/skryukov/typelizer/compare/v0.1.1...v0.1.2
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.4"
VERSION = "0.1.5"
end

0 comments on commit 9339681

Please sign in to comment.