File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,21 @@ and this project adheres to [Semantic Versioning].
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.1.1] - 2024-08-26
11
+
12
+ ### Fixed
13
+
14
+ - Failing method inspection ([ @skryukov ] , [ @davidrunger ] )
15
+
10
16
## [ 0.1.0] - 2024-08-02
11
17
12
18
- Initial release ([ @skryukov ] )
13
19
20
+ [ @davidrunger ] : https://github.com/davidrunger
14
21
[ @skryukov ] : https://github.com/skryukov
15
22
16
23
[ 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
17
25
[ 0.1.0 ] : https://github.com/skryukov/typelizer/commits/v0.1.0
18
26
19
27
[ Keep a Changelog ] : https://keepachangelog.com/en/1.0.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.0 "
4
+ VERSION = "0.1.1 "
5
5
end
You can’t perform that action at this time.
0 commit comments