We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a643b9 commit 258756aCopy full SHA for 258756a
2 files changed
CHANGELOG.md
@@ -4,6 +4,16 @@
4
5
[1]: https://pypi.org/project/gcp-synthtool/#history
6
7
+## 2018.12.05
8
+
9
+12-05-2018 13:59 PST
10
11
12
+### Implementation Changes
13
+- Run the java formatter more than once. ([#163](https://github.com/GoogleCloudPlatform/synthtool/pull/163))
14
+- nodejs: ignore build/test by default for nyc ([#162](https://github.com/GoogleCloudPlatform/synthtool/pull/162))
15
+- Add a LICENSE for all node.js repos ([#161](https://github.com/GoogleCloudPlatform/synthtool/pull/161))
16
17
## 2018.11.30
18
19
11-30-2018 12:51 PST
setup.py
@@ -16,7 +16,7 @@
name = 'gcp-synthtool'
description = ''
-version = '2018.11.30'
+version = '2018.12.05'
20
release_status = 'Development Status :: 3 - Alpha'
21
dependencies = [
22
"click",
0 commit comments