Skip to content

Commit 0b0015a

Browse files
committed
Bump 0.1.3
1 parent 302595a commit 0b0015a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.3] - 2024-09-27
11+
1012
## Added
1113

1214
- Support inline associations ([@okuramasafumi], [@skryukov])
@@ -46,7 +48,8 @@ and this project adheres to [Semantic Versioning].
4648
[@okuramasafumi]: https://github.com/@okuramasafumi
4749
[@skryukov]: https://github.com/skryukov
4850

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
5053
[0.1.2]: https://github.com/skryukov/typelizer/compare/v0.1.1...v0.1.2
5154
[0.1.1]: https://github.com/skryukov/typelizer/compare/v0.1.0...v0.1.1
5255
[0.1.0]: https://github.com/skryukov/typelizer/commits/v0.1.0

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

0 commit comments

Comments
 (0)