Skip to content

Commit

Permalink
Fix bonsai file
Browse files Browse the repository at this point in the history
  • Loading branch information
johntdyer committed Nov 20, 2019
1 parent 7c0c397 commit a3298b9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bonsai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ builds:
asset_filename: "#{repo}_#{version}_windows_amd64.tar.gz"
sha_filename: "#{repo}_#{version}_sha512-checksums.txt"
filter:
- "entity.system.os == 'darwin'"
- "entity.system.os == 'windows'"
- "entity.system.arch == 'amd64'"
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic
Versioning](http://semver.org/spec/v2.0.0.html).


## Released

## [0.0.6] - 2019-11-20

### Fixed

- Fixed bonsai.yml file for windows


## Released

## [0.0.5] - 2019-01-04
Expand All @@ -18,21 +28,21 @@ Versioning](http://semver.org/spec/v2.0.0.html).
### Fixed

- Fixed incorrect release tag
-
-
## [0.0.3] - 2019-01-03

### Fixed

- used entity name instead of check name for output

## [0.0.2] - 2019-01-03

### Changed

- updated git ignore
- updated readme
- updated gep log
-
-
## [0.0.1] - 2019-01-03

### Added
Expand Down

0 comments on commit a3298b9

Please sign in to comment.