Skip to content

Commit

Permalink
chore(release): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Sep 22, 2017
1 parent d930785 commit 2ff99ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
6 changes: 5 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
repos:
- repo: git://github.com/pre-commit/pre-commit-hooks
sha: 5bf6c09bfa1297d3692cadd621ef95f1284e33c0
sha: v0.9.3
hooks:
- id: check-case-conflict
- id: check-executables-have-shebangs
- id: check-json
- id: check-merge-conflict
- id: check-symlinks
- id: check-xml
- id: check-yaml
- id: detect-private-key
- id: end-of-file-fixer
- id: file-contents-sorter
files: .gitignore
- id: trailing-whitespace
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.7.0
- feature: allow usage within non-brew and bundler environments
- feature: support ruby 1.8.3 installations
- meta: more and better linting

## 1.6.0
- feature: permission management more closely aligns to brew install
- bugfix: ensure providers load regardless of configured puppet load order
Expand Down
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,3 @@ to provide brewcask integration.

Credit for logic involved in tapping repositories goes to
[gildas](https://github.com/gildas/puppet-homebrew).

## Contributers

- Chris Edester
- Jordi Garcia <Jordi@jordigarcia.net>
- Kevin James <KevinJames@thekev.in>
1 change: 0 additions & 1 deletion lib/puppet/feature/bundled_environment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
Puppet.features.add(:bundled_environment) do
!!(defined?(Bundler) && Bundler.respond_to?(:with_clean_env))
end

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.6.0",
"version": "1.7.0",
"author": "thekevjames",
"summary": "Homebrew (+brewcask! +taps!) package installer and provider",
"license": "Apache-2.0",
Expand Down

0 comments on commit 2ff99ca

Please sign in to comment.