Skip to content

Commit bb05b25

Browse files
chore(main): release 2.0.0 (#263)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent 8e627e4 commit bb05b25

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

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

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

3+
## [2.0.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v1.6.0...v2.0.0) (2022-11-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Retrieve all markdown pages (#266)
9+
10+
### Features
11+
12+
* Add golden testing ([#262](https://github.com/googleapis/sphinx-docfx-yaml/issues/262)) ([ff8902e](https://github.com/googleapis/sphinx-docfx-yaml/commit/ff8902ed5593b8cdb55e08809c24c49d0479200c))
13+
* Retrieve all markdown pages ([#266](https://github.com/googleapis/sphinx-docfx-yaml/issues/266)) ([1cee1ed](https://github.com/googleapis/sphinx-docfx-yaml/commit/1cee1edbcc8e7c441dedc0c6b9f80c545cac75a0))
14+
15+
16+
### Bug Fixes
17+
18+
* Remove inheritance details ([#268](https://github.com/googleapis/sphinx-docfx-yaml/issues/268)) ([43751cf](https://github.com/googleapis/sphinx-docfx-yaml/commit/43751cf17818a9a6d4d2c9e37078f3356e0fb8a9))
19+
* Remove unused YAML fields to fix presubmit ([#265](https://github.com/googleapis/sphinx-docfx-yaml/issues/265)) ([10ecc44](https://github.com/googleapis/sphinx-docfx-yaml/commit/10ecc446d4f85801995f1810eca7261a851643a5))
20+
321
## [1.6.0](https://github.com/googleapis/sphinx-docfx-yaml/compare/v1.5.0...v1.6.0) (2022-10-13)
422

523

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 = '1.6.0'
20+
version = '2.0.0'
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
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "2.5.0"
15+
__version__ = "2.0.0"

0 commit comments

Comments
 (0)