Skip to content

Commit

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

## [Unreleased]

## [0.1.2] - 2024-09-05

### Fixed

- Prevent Alba's `meta nil` raising an error ([@okuramasafumi])

## [0.1.1] - 2024-08-26

### Fixed
Expand All @@ -18,9 +24,11 @@ and this project adheres to [Semantic Versioning].
- Initial release ([@skryukov])

[@davidrunger]: https://github.com/davidrunger
[@okuramasafumi]: https://github.com/@okuramasafumi
[@skryukov]: https://github.com/skryukov

[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.2...HEAD
[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.1"
VERSION = "0.1.2"
end

0 comments on commit 5284071

Please sign in to comment.