File tree 2 files changed +13
-5
lines changed
2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Next version
4
4
5
- - Fix the regular expression for core types. ` StringScanner ` is now ignored as a core type rather
6
- than ` String ` plus ` Scanner ` , for instance.
5
+ ## 0.3.2 (2024-08-06)
6
+
7
+ - Fix the regular expression for core types. ` StringScanner ` is now ignored as a core type rather
8
+ than ` String ` plus ` Scanner ` , for instance ([ #13 ] [ ] ) ([ @gemmaro ] [ ] ).
7
9
8
10
## 0.3.1 (2021-04-30)
9
11
10
12
- Update the incorrect ` Version ` field.
11
13
12
14
## 0.3.0 (2021-04-26)
13
15
14
- - Add simple indentation [ #5 ] ( https://github.com/ybiquitous/rbs-mode/pull/5 )
16
+ - Add simple indentation ( [ #5 ] [ ] ).
15
17
16
18
## 0.2.0 (2021-04-19)
17
19
18
- - Enable ` comment-use-syntax ` [ #4 ] ( https://github.com/ybiquitous/rbs-mode/pull/4 )
20
+ - Enable ` comment-use-syntax ` ( [ #4 ] [ ] ).
19
21
20
22
## 0.1.0 (2021-04-12)
21
23
22
24
The first release.
25
+
26
+ [ #4 ] : https://github.com/ybiquitous/rbs-mode/pull/4
27
+ [ #5 ] : https://github.com/ybiquitous/rbs-mode/pull/5
28
+ [ #13 ] : https://github.com/ybiquitous/rbs-mode/pull/13
29
+
30
+ [ @gemmaro ] : https://github.com/gemmaro
Original file line number Diff line number Diff line change 3
3
; ; Copyright (C) 2020 Masafumi Koba
4
4
5
5
; ; Author: Masafumi Koba
6
- ; ; Version: 0.3.1
6
+ ; ; Version: 0.3.2
7
7
; ; Package-Requires: ((emacs "24.5"))
8
8
; ; Keywords: languages
9
9
; ; URL: https://github.com/ybiquitous/rbs-mode
You can’t perform that action at this time.
0 commit comments