File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.5] - 2024-10-07
11
+
12
+ ## Fixed
13
+
14
+ - Fix the duplicated import with multiple same association ([ @okuramasafumi ] )
15
+
10
16
## [ 0.1.4] - 2024-10-04
11
17
12
18
## Added
@@ -55,7 +61,8 @@ and this project adheres to [Semantic Versioning].
55
61
[ @okuramasafumi ] : https://github.com/@okuramasafumi
56
62
[ @skryukov ] : https://github.com/skryukov
57
63
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
59
66
[ 0.1.4 ] : https://github.com/skryukov/typelizer/compare/v0.1.3...v0.1.4
60
67
[ 0.1.3 ] : https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3
61
68
[ 0.1.2 ] : https://github.com/skryukov/typelizer/compare/v0.1.1...v0.1.2
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module Typelizer
4
- VERSION = "0.1.4 "
4
+ VERSION = "0.1.5 "
5
5
end
You can’t perform that action at this time.
0 commit comments