Skip to content

Commit

Permalink
Release 0.2.0 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
theacodes authored Jul 25, 2018
1 parent 36136bb commit b5690aa
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@

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

## 0.2.0

### Implementation Changes

- Fix #8 by expanding/globbing paths to excludes param (#12)

### New Features

- add template for .circleci config for node libraries (#6, #7, #17)
- Warn when copy/move/replace can not find any sources (#4)
- Add warning for non-replacement
- Add an update checker.
- added get_workflow_name.py (#15)

### Dependencies

### Documentation

- Update README to explain how to use templating. (#18)

### Internal / Testing Changes

- Add kokoro config

## 0.1.0

Initial release
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.1.0'
version = '0.2.0'
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
"colorlog",
Expand Down

0 comments on commit b5690aa

Please sign in to comment.