Skip to content

Commit

Permalink
Release 0.3.0 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
crwilcox authored Aug 6, 2018
1 parent bf5b90e commit b213403
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

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

## 0.3.0

### New Features
- Support optional merge function during copy (#21)
- add more templates for nodejs (#23)

### Internal / Testing Changes
- Use new Nox (#24)

## 0.2.0

### Implementation Changes
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 = '0.2.0'
version = '0.3.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"colorlog",
Expand Down

0 comments on commit b213403

Please sign in to comment.