diff --git a/CHANGELOG.md b/CHANGELOG.md index c25bde42..29271481 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## main -## 0.6.1 (2021-11-01) +## 0.7.0 (2022-08-24) ### Bug Fixes @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 7b7e50b8..ff337643 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yard-sorbet (0.6.1) + yard-sorbet (0.7.0) sorbet-runtime (>= 0.5) yard (>= 0.9) diff --git a/README.md b/README.md index 223bdd10..b26323b2 100644 --- a/README.md +++ b/README.md @@ -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/) diff --git a/lib/yard-sorbet/version.rb b/lib/yard-sorbet/version.rb index cf16371e..f6fd4780 100644 --- a/lib/yard-sorbet/version.rb +++ b/lib/yard-sorbet/version.rb @@ -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