Skip to content

Commit 258756a

Browse files
authored
Release 2018.12.05 (#164)
1 parent 7a643b9 commit 258756a

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

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

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+
717
## 2018.11.30
818

919
11-30-2018 12:51 PST

setup.py

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

1717
name = 'gcp-synthtool'
1818
description = ''
19-
version = '2018.11.30'
19+
version = '2018.12.05'
2020
release_status = 'Development Status :: 3 - Alpha'
2121
dependencies = [
2222
"click",

0 commit comments

Comments
 (0)