Skip to content

Commit

Permalink
Release 2019.02.26 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Feb 26, 2019
1 parent 2ad4ee7 commit 815bac3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@

[1]: https://pypi.org/project/gcp-synthtool/#history

## 2019.02.26

02-26-2019 11:11 PST

## Node.js templates
- fix: broken link in CLA ([#192](https://github.com/GoogleCloudPlatform/synthtool/pull/192))
- build: add docs 404 check to npm scripts ([#190](https://github.com/GoogleCloudPlatform/synthtool/pull/190))
- node(kokoro): test grpc-js ([#189](https://github.com/GoogleCloudPlatform/synthtool/pull/189))
- node: move CONTRIBUTING.md to root ([#188](https://github.com/GoogleCloudPlatform/synthtool/pull/188))
- node: add lint/fix example to contributing guide ([#187](https://github.com/GoogleCloudPlatform/synthtool/pull/187))
- node: ignore googleapis.com links ([#179](https://github.com/GoogleCloudPlatform/synthtool/pull/179))

## Python templates
- Update noxfile template, add comment explaining why 3.6 ([#193](https://github.com/GoogleCloudPlatform/synthtool/pull/193))
- Use 3.7 for Blacken ([#191](https://github.com/GoogleCloudPlatform/synthtool/pull/191))

### Implementation Changes
- Update java formatting version to 1.7 ([#186](https://github.com/GoogleCloudPlatform/synthtool/pull/186))
- fix proto path to glob only specific versions ([#185](https://github.com/GoogleCloudPlatform/synthtool/pull/185))
- Add special handling for Python to place protos next to protoc outputs ([#184](https://github.com/GoogleCloudPlatform/synthtool/pull/184))

### Documentation
- Update readme to latest instructions ([#182](https://github.com/GoogleCloudPlatform/synthtool/pull/182))

### Internal / Testing Changes
- Ignore lint error about loader ([#183](https://github.com/GoogleCloudPlatform/synthtool/pull/183))

## 2019.01.16

01-16-2019 12:43 PST
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

name = 'gcp-synthtool'
description = ''
version = '2019.01.16'
version = '2019.02.26'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"click",
Expand Down

0 comments on commit 815bac3

Please sign in to comment.