Skip to content

Commit 9339681

Browse files
committed
Bump 0.1.5
1 parent ddf439d commit 9339681

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.5] - 2024-10-07
11+
12+
## Fixed
13+
14+
- Fix the duplicated import with multiple same association ([@okuramasafumi])
15+
1016
## [0.1.4] - 2024-10-04
1117

1218
## Added
@@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning].
5561
[@okuramasafumi]: https://github.com/@okuramasafumi
5662
[@skryukov]: https://github.com/skryukov
5763

58-
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.4...HEAD
64+
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.5...HEAD
65+
[0.1.5]: https://github.com/skryukov/typelizer/compare/v0.1.4...v0.1.5
5966
[0.1.4]: https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
6067
[0.1.3]: https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3
6168
[0.1.2]: https://github.com/skryukov/typelizer/compare/v0.1.1...v0.1.2

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

0 commit comments

Comments
 (0)