Skip to content

Commit ab90684

Browse files
committed
Bump 0.1.1
1 parent 500d272 commit ab90684

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning].
77

88
## [Unreleased]
99

10+
## [0.1.1] - 2024-08-26
11+
12+
### Fixed
13+
14+
- Failing method inspection ([@skryukov], [@davidrunger])
15+
1016
## [0.1.0] - 2024-08-02
1117

1218
- Initial release ([@skryukov])
1319

20+
[@davidrunger]: https://github.com/davidrunger
1421
[@skryukov]: https://github.com/skryukov
1522

1623
[Unreleased]: https://github.com/skryukov/typelizer/compare/v0.1.0...HEAD
24+
[0.1.1]: https://github.com/skryukov/typelizer/compare/v0.1.0...v0.1.1
1725
[0.1.0]: https://github.com/skryukov/typelizer/commits/v0.1.0
1826

1927
[Keep a Changelog]: https://keepachangelog.com/en/1.0.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.0"
4+
VERSION = "0.1.1"
55
end

0 commit comments

Comments
 (0)