Skip to content

Commit

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

## [Unreleased]

## [0.1.3] - 2024-09-27

## Added

- Support inline associations ([@okuramasafumi], [@skryukov])
Expand Down Expand Up @@ -46,7 +48,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.2...HEAD
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.3...HEAD
[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
[0.1.1]: https://github.com/skryukov/typelizer/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/skryukov/typelizer/commits/v0.1.0
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.2"
VERSION = "0.1.3"
end

0 comments on commit 0b0015a

Please sign in to comment.