Skip to content

Commit

Permalink
Prepare v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Aug 24, 2022
1 parent 3bed0ce commit 0d21870
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## main

## 0.6.1 (2021-11-01)
## 0.7.0 (2022-08-24)

### Bug Fixes

Expand All @@ -12,6 +12,8 @@

* Increase minimum required ruby version to `2.7.0`

## 0.6.1 (2021-11-01)

### Bug fixes

* [#78](https://github.com/dduugg/yard-sorbet/pull/78) Fix `mixes_in_class_methods` across files
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
yard-sorbet (0.6.1)
yard-sorbet (0.7.0)
sorbet-runtime (>= 0.5)
yard (>= 0.9)

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ See the Plugin Support [section](https://rubydoc.info/gems/yard/file/docs/Gettin

## Used By

This plugin is used in generating docs for:
This plugin is used by:
- The [Homebrew Ruby API](https://rubydoc.brew.sh/index.html)
- [Tapioca](https://github.com/Shopify/tapioca), to optionally include YARD documentation from sources when generating RBIs
- `yard-sorbet` [itself](https://dduugg.github.io/yard-sorbet/)
2 changes: 1 addition & 1 deletion lib/yard-sorbet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Types are documentation
module YARDSorbet
# {https://rubygems.org/gems/yard-sorbet Version history}
VERSION = '0.6.1'
VERSION = '0.7.0'
end

0 comments on commit 0d21870

Please sign in to comment.