Skip to content

Commit a2b2b88

Browse files
committed
Prepare v0.8.1
1 parent fcebc21 commit a2b2b88

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
---
12
github: [dduugg]

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main
44

5+
## 0.8.1 (2023-04-03)
6+
57
### Bug Fixes
68

79
* [#201](https://github.com/dduugg/yard-sorbet/issues/201) Caching not reloading docstring when using Sorbet signature

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
yard-sorbet (0.8.0)
4+
yard-sorbet (0.8.1)
55
sorbet-runtime (>= 0.5)
66
yard (>= 0.9)
77

lib/yard-sorbet/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# Types are documentation
55
module YARDSorbet
66
# {https://rubygems.org/gems/yard-sorbet Version history}
7-
VERSION = '0.8.0'
7+
VERSION = '0.8.1'
88
end

0 commit comments

Comments
 (0)