Skip to content

Commit

Permalink
chore(main): release 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Mar 30, 2024
1 parent e3ae026 commit 2d388a6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [3.1.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.0.1...v3.1.0) (2024-03-30)


### Features

* Add summary page for Classes and Modules ([#361](https://github.com/googleapis/sphinx-docfx-yaml/issues/361)) ([e56c3a7](https://github.com/googleapis/sphinx-docfx-yaml/commit/e56c3a732c2a71b76d0e44bd1ed889de4ffa1f63))
* Add summary page support for methods and properties ([#363](https://github.com/googleapis/sphinx-docfx-yaml/issues/363)) ([e3ae026](https://github.com/googleapis/sphinx-docfx-yaml/commit/e3ae0262492f584516b10e1f8753b430e746ffa9))

## [3.0.1](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.0.0...v3.0.1) (2024-03-13)


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 = '3.0.1'
version = '3.1.0'
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__ = "3.0.1"
__version__ = "3.1.0"
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__ = "3.0.1"
__version__ = "3.1.0"

0 comments on commit 2d388a6

Please sign in to comment.