Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.3.2 #16

Merged
merged 5 commits into from
Aug 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,29 @@

## 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)

- Update the incorrect `Version` field.

## 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
2 changes: 1 addition & 1 deletion rbs-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -297,3 +297,3 @@

(provide 'rbs-mode)
;;; rbs-mode.el ends here