Skip to content

Commit d9a74aa

Browse files
chore(main): release 3.2.1 (#379)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent be0f0ca commit d9a74aa

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

packages/gcp-sphinx-docfx-yaml/CHANGELOG.md

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

3+
## [3.2.1](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.2.0...v3.2.1) (2024-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* Build Markdown relative to input directory ([#380](https://github.com/googleapis/sphinx-docfx-yaml/issues/380)) ([2a4b9fe](https://github.com/googleapis/sphinx-docfx-yaml/commit/2a4b9fe0b3ca94e27a9b1a6e5238711045b372c9))
9+
* Format enum data into table format ([#376](https://github.com/googleapis/sphinx-docfx-yaml/issues/376)) ([abc9667](https://github.com/googleapis/sphinx-docfx-yaml/commit/abc96675e1cbe3a9175bdf921142b32b16523f28))
10+
311
## [3.2.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v3.1.0...v3.2.0) (2024-05-02)
412

513

packages/gcp-sphinx-docfx-yaml/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.2.0'
20+
version = '3.2.1'
2121
dependencies = [
2222
'black',
2323
'gcp-docuploader',

packages/gcp-sphinx-docfx-yaml/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.2.0"
16+
__version__ = "3.2.1"

packages/gcp-sphinx-docfx-yaml/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.2.0"
6+
__version__ = "3.2.1"

0 commit comments

Comments
 (0)