Skip to content

Commit

Permalink
chore(main): release 3.2.0 (#368)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored May 2, 2024
1 parent 4575ffe commit 498cd45
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [3.2.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.1.0...v3.2.0) (2024-05-02)


### Features

* Add support for enums ([#374](https://github.com/googleapis/sphinx-docfx-yaml/issues/374)) ([4575ffe](https://github.com/googleapis/sphinx-docfx-yaml/commit/4575ffebb8ded4b8ed43d4bfd3308deaa3a7b1b8))


### Documentation

* Add summary_overview template ([#367](https://github.com/googleapis/sphinx-docfx-yaml/issues/367)) ([39baecb](https://github.com/googleapis/sphinx-docfx-yaml/commit/39baecb0afcbd9a116cb809a0866bf61ac784f0e))

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


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.1.0'
version = '3.2.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.1.0"
__version__ = "3.2.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.1.0"
__version__ = "3.2.0"

0 comments on commit 498cd45

Please sign in to comment.