Skip to content

Commit

Permalink
chore(release): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Aug 24, 2018
1 parent bfdb27c commit 1e22767
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ jobs:
steps:
- checkout
- run: pip install pre-commit
- restore_cache:
keys:
- cache-pre-commit-{{ checksum ".pre-commit-config.yaml" }}
- run: pre-commit run --all-files
- save_cache:
key: cache-pre-commit-{{ checksum ".pre-commit-config.yaml" }}
paths:
- ~/.cache/pre-commit

build-1.9.3:
docker:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG

## 1.8.1
- fix: fix installation of first-ever Brew package on machine (#98)

## 1.8.0
- feature: support multi-user environments with new `$multiuser` flag (#89)
- fix: support for High Sierra
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thekevjames-homebrew",
"version": "1.8.0",
"version": "1.8.1",
"author": "thekevjames",
"summary": "Homebrew (+brewcask! +taps!) package installer and provider",
"license": "Apache-2.0",
Expand Down

0 comments on commit 1e22767

Please sign in to comment.