Skip to content

Commit

Permalink
Update CHANGELOG for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon High committed Jan 17, 2018
1 parent 643d72b commit c065f64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# pathspec-ruby CHANGELOG

## 0.2.0 (Minor Release)
- New namespace for gem: `PathSpec`: Everything is now namespaced under `PathSpec`, to prevent naming collisions with other libraries.
- (Feature) A CLI tool, pathspec-rb, is now provided with the gem.
- (API Change) New namespace for gem: `PathSpec`: Everything is now namespaced under `PathSpec`, to prevent naming collisions with other libraries. Thanks @tenderlove!
- (License) License version updated to Apache 2. Thanks @kytrinyx!
- (Maint) Pruned Supported Ruby Versions. We now test: 2.2.9, 2.3.6 and 2.4.3.
- (Maint) Ruby 2.5.0 testing is blocked on Travis, but should work locally. Thanks @SumLare!
- (Maint) Added Rubocop and made some corrections

## 0.1.2 (Patch/Bug Fix Release)
- Fix for regexp matching Thanks @incase! #16
Expand Down

0 comments on commit c065f64

Please sign in to comment.