File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.3] - 2024-09-27
11
+
10
12
## Added
11
13
12
14
- Support inline associations ([ @okuramasafumi ] , [ @skryukov ] )
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning].
46
48
[ @okuramasafumi ] : https://github.com/@okuramasafumi
47
49
[ @skryukov ] : https://github.com/skryukov
48
50
49
- [ Unreleased ] : https://github.com/skryukov/typelizer/compare/v0.1.2...HEAD
51
+ [ Unreleased ] : https://github.com/skryukov/typelizer/compare/v0.1.3...HEAD
52
+ [ 0.1.3 ] : https://github.com/skryukov/typelizer/compare/v0.1.2...v0.1.3
50
53
[ 0.1.2 ] : https://github.com/skryukov/typelizer/compare/v0.1.1...v0.1.2
51
54
[ 0.1.1 ] : https://github.com/skryukov/typelizer/compare/v0.1.0...v0.1.1
52
55
[ 0.1.0 ] : https://github.com/skryukov/typelizer/commits/v0.1.0
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.2 "
4
+ VERSION = "0.1.3 "
5
5
end
You can’t perform that action at this time.
0 commit comments