Skip to content

Commit

Permalink
Release 0.3.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Aug 6, 2024
1 parent b3b58c9 commit d382032
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
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

0 comments on commit d382032

Please sign in to comment.