From f09832f24e1ca25439b4a99ec866986034437fe2 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:45:10 +0900 Subject: [PATCH 1/5] Release 0.3.2 --- CHANGELOG.md | 10 ++++++---- rbs-mode.el | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d393380..f656d7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,10 @@ ## Next version -- Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather - than `String` plus `Scanner`, for instance. +## 0.3.2 (2024-08-06) + +- Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather + than `String` plus `Scanner`, for instance [#13](https://github.com/ybiquitous/rbs-mode/pull/13). ## 0.3.1 (2021-04-30) @@ -11,11 +13,11 @@ ## 0.3.0 (2021-04-26) -- Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5) +- Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5). ## 0.2.0 (2021-04-19) -- Enable `comment-use-syntax` [#4](https://github.com/ybiquitous/rbs-mode/pull/4) +- Enable `comment-use-syntax` [#4](https://github.com/ybiquitous/rbs-mode/pull/4). ## 0.1.0 (2021-04-12) diff --git a/rbs-mode.el b/rbs-mode.el index 98c2566..ff22fea 100644 --- a/rbs-mode.el +++ b/rbs-mode.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2020 Masafumi Koba ;; Author: Masafumi Koba -;; Version: 0.3.1 +;; Version: 0.3.2 ;; Package-Requires: ((emacs "24.5")) ;; Keywords: languages ;; URL: https://github.com/ybiquitous/rbs-mode From 554b7b7a28b768e29567e807fcce381a331cd988 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:46:25 +0900 Subject: [PATCH 2/5] Adjust changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f656d7d..22233eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## 0.3.2 (2024-08-06) - Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather - than `String` plus `Scanner`, for instance [#13](https://github.com/ybiquitous/rbs-mode/pull/13). + than `String` plus `Scanner`, for instance ([#13](https://github.com/ybiquitous/rbs-mode/pull/13)). ## 0.3.1 (2021-04-30) @@ -13,11 +13,11 @@ ## 0.3.0 (2021-04-26) -- Add simple indentation [#5](https://github.com/ybiquitous/rbs-mode/pull/5). +- Add simple indentation ([#5](https://github.com/ybiquitous/rbs-mode/pull/5)). ## 0.2.0 (2021-04-19) -- Enable `comment-use-syntax` [#4](https://github.com/ybiquitous/rbs-mode/pull/4). +- Enable `comment-use-syntax` ([#4](https://github.com/ybiquitous/rbs-mode/pull/4)). ## 0.1.0 (2021-04-12) From d0b24a8a514e83b77026b403a4826e4a25d93c4c Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:52:11 +0900 Subject: [PATCH 3/5] Add contributor --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22233eb..05e5945 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## 0.3.2 (2024-08-06) - Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather - than `String` plus `Scanner`, for instance ([#13](https://github.com/ybiquitous/rbs-mode/pull/13)). + than `String` plus `Scanner`, for instance ([#13](https://github.com/ybiquitous/rbs-mode/pull/13)) ([@gemmaro][]). ## 0.3.1 (2021-04-30) @@ -22,3 +22,5 @@ ## 0.1.0 (2021-04-12) The first release. + +[@gemmaro]: https://github.com/gemmaro From 9d75f232082a8bf34df0b9b18908c5705b26e2dc Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:53:37 +0900 Subject: [PATCH 4/5] Use link definitions for consistency --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05e5945..2ef6efe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ## 0.3.2 (2024-08-06) - Fix the regular expression for core types. `StringScanner` is now ignored as a core type rather - than `String` plus `Scanner`, for instance ([#13](https://github.com/ybiquitous/rbs-mode/pull/13)) ([@gemmaro][]). + than `String` plus `Scanner`, for instance ([#13][]) ([@gemmaro][]). ## 0.3.1 (2021-04-30) @@ -13,14 +13,18 @@ ## 0.3.0 (2021-04-26) -- Add simple indentation ([#5](https://github.com/ybiquitous/rbs-mode/pull/5)). +- Add simple indentation ([#5][]). ## 0.2.0 (2021-04-19) -- Enable `comment-use-syntax` ([#4](https://github.com/ybiquitous/rbs-mode/pull/4)). +- Enable `comment-use-syntax` ([#4][]). ## 0.1.0 (2021-04-12) The first release. +[#13]: https://github.com/ybiquitous/rbs-mode/pull/13 +[#5]: https://github.com/ybiquitous/rbs-mode/pull/5 +[#4]: https://github.com/ybiquitous/rbs-mode/pull/4 + [@gemmaro]: https://github.com/gemmaro From be97b88e4b87da959c8ad1da8093d54bb9521369 Mon Sep 17 00:00:00 2001 From: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:55:53 +0900 Subject: [PATCH 5/5] Sort links --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ef6efe..6c0b848 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,8 @@ The first release. -[#13]: https://github.com/ybiquitous/rbs-mode/pull/13 -[#5]: https://github.com/ybiquitous/rbs-mode/pull/5 [#4]: https://github.com/ybiquitous/rbs-mode/pull/4 +[#5]: https://github.com/ybiquitous/rbs-mode/pull/5 +[#13]: https://github.com/ybiquitous/rbs-mode/pull/13 [@gemmaro]: https://github.com/gemmaro