Skip to content

Commit

Permalink
chore(main): release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 30, 2023
1 parent d214d64 commit 63350a9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [2.0.6](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.5...v2.0.6) (2023-10-30)


### Bug Fixes

* Refactor type hint retrieval ([#312](https://github.com/googleapis/sphinx-docfx-yaml/issues/312)) ([0c91f60](https://github.com/googleapis/sphinx-docfx-yaml/commit/0c91f60fb2eab8b184b1228d5f3eb133be7ae201))
* Support docstrings without type added ([#311](https://github.com/googleapis/sphinx-docfx-yaml/issues/311)) ([d214d64](https://github.com/googleapis/sphinx-docfx-yaml/commit/d214d64c54d06fa715535b14932ac1ad67fa0d09))
* Update annotation name extraction logic and add unit tests ([#320](https://github.com/googleapis/sphinx-docfx-yaml/issues/320)) ([220951d](https://github.com/googleapis/sphinx-docfx-yaml/commit/220951d341c27d345679f64fb67968320168e428))

## [2.0.5](https://github.com/googleapis/sphinx-docfx-yaml/compare/v2.0.4...v2.0.5) (2023-06-27)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

name = 'gcp-sphinx-docfx-yaml'
description = 'Sphinx Python Domain to DocFX YAML Generator'
version = '2.0.5'
version = '2.0.6'
dependencies = [
'black',
'gcp-docuploader',
Expand Down
2 changes: 1 addition & 1 deletion tests/testdata/handwritten/google/cloud/storage/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.

# Original snapshotted version is 2.5.0.
__version__ = "2.0.5"
__version__ = "2.0.6"
2 changes: 1 addition & 1 deletion tests/testdata/non-cloud/pandas_gbq/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# license that can be found in the LICENSE file.

# Original snapshotted version is 0.19.1.
__version__ = "2.0.5"
__version__ = "2.0.6"

0 comments on commit 63350a9

Please sign in to comment.