Skip to content

Commit d382032

Browse files
authored
Release 0.3.2 (#16)
1 parent b3b58c9 commit d382032

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

+12-4
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,29 @@
22

33
## Next version
44

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][]).
79

810
## 0.3.1 (2021-04-30)
911

1012
- Update the incorrect `Version` field.
1113

1214
## 0.3.0 (2021-04-26)
1315

14-
- Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5)
16+
- Add simple indentation ([#5][]).
1517

1618
## 0.2.0 (2021-04-19)
1719

18-
- Enable `comment-use-syntax` [#4](https://github.com/ybiquitous/rbs-mode/pull/4)
20+
- Enable `comment-use-syntax` ([#4][]).
1921

2022
## 0.1.0 (2021-04-12)
2123

2224
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

rbs-mode.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Copyright (C) 2020 Masafumi Koba
44

55
;; Author: Masafumi Koba
6-
;; Version: 0.3.1
6+
;; Version: 0.3.2
77
;; Package-Requires: ((emacs "24.5"))
88
;; Keywords: languages
99
;; URL: https://github.com/ybiquitous/rbs-mode

0 commit comments

Comments
 (0)