diff --git a/CHANGELOG.md b/CHANGELOG.md index d393380..6c0b848 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][]) ([@gemmaro][]). ## 0.3.1 (2021-04-30) @@ -11,12 +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. + +[#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 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