Skip to content

Commit be37831

Browse files
committed
Bump patch version.
1 parent 0acaf58 commit be37831

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

lib/decode/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
module Decode
77
# @constant [String] The version of the gem.
8-
VERSION = "0.24.3"
8+
VERSION = "0.24.4"
99
end

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Please see the [project documentation](https://socketry.github.io/decode/) for m
2222

2323
Please see the [project releases](https://socketry.github.io/decode/releases/index) for all releases.
2424

25+
### v0.24.4
26+
27+
- Add support for `@constant [Type] Description.` tags.
28+
- Add support for instance variable type inference from `@attribute` tags.
29+
- Add support for method visibility in RBS output.
30+
2531
### v0.24.0
2632

2733
- [Introduce support for RBS signature generation](https://socketry.github.io/decode/releases/index#introduce-support-for-rbs-signature-generation)

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.24.4
44

55
- Add support for `@constant [Type] Description.` tags.
66
- Add support for instance variable type inference from `@attribute` tags.

0 commit comments

Comments
 (0)