Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit 498cd45

Browse files
chore(main): release 3.2.0 (#368)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 4575ffe commit 498cd45

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [3.2.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.1.0...v3.2.0) (2024-05-02)
4+
5+
6+
### Features
7+
8+
* Add support for enums ([#374](https://github.com/googleapis/sphinx-docfx-yaml/issues/374)) ([4575ffe](https://github.com/googleapis/sphinx-docfx-yaml/commit/4575ffebb8ded4b8ed43d4bfd3308deaa3a7b1b8))
9+
10+
11+
### Documentation
12+
13+
* Add summary_overview template ([#367](https://github.com/googleapis/sphinx-docfx-yaml/issues/367)) ([39baecb](https://github.com/googleapis/sphinx-docfx-yaml/commit/39baecb0afcbd9a116cb809a0866bf61ac784f0e))
14+
315
## [3.1.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.0.1...v3.1.0) (2024-04-01)
416

517

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
name = 'gcp-sphinx-docfx-yaml'
1919
description = 'Sphinx Python Domain to DocFX YAML Generator'
20-
version = '3.1.0'
20+
version = '3.2.0'
2121
dependencies = [
2222
'black',
2323
'gcp-docuploader',

tests/testdata/handwritten/google/cloud/storage/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414

1515
# Original snapshotted version is 2.5.0.
16-
__version__ = "3.1.0"
16+
__version__ = "3.2.0"

tests/testdata/non-cloud/pandas_gbq/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
# license that can be found in the LICENSE file.
44

55
# Original snapshotted version is 0.19.1.
6-
__version__ = "3.1.0"
6+
__version__ = "3.2.0"

0 commit comments

Comments
 (0)