Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb committed Jan 6, 2018
1 parent 53a5610 commit 04bff06
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@

## Master

## 0.3.1

#### Added
- Added shebang documentation `#!/usr/bin/env beak --path`

#### Fixed
- Fixed dependency declarations not being parsed if they didn't start on the first line, for example if you have a shebang

[Commits](https://github.com/yonaskolb/Beak/compare/0.3.0...0.3.1)

## 0.3.0

#### Added
- added homebrew formula
- added automatic copying back of edited script from Xcode in `beak edit`
- added ability to simply run file as a script without specifying a function
- Added homebrew formula
- Added automatic copying back of edited script from Xcode in `beak edit`
- Added ability to simply run file as a script without specifying a function

#### Changed
- moved `--path` parameter before subcommands
- Moved `--path` parameter before subcommands

[Commits](https://github.com/yonaskolb/Beak/compare/0.2.0...0.3.0)

Expand Down

0 comments on commit 04bff06

Please sign in to comment.