|
1 | 1 | # pathspec-ruby CHANGELOG |
2 | 2 |
|
| 3 | +## 2.1.0 |
| 4 | + |
| 5 | +## refactor/perf |
| 6 | + |
| 7 | +- Add missing frozen_string_literal comments to reduce object allocations |
| 8 | + |
| 9 | +## build |
| 10 | + |
| 11 | +- Updated Rubocop to 1.18.3 |
| 12 | +- Fixed/re-enabled Rubocop |
| 13 | +- Updated fakefs to 1.3 |
| 14 | +- Cleaned up unnecessary spec files from the Gem |
| 15 | + |
| 16 | +Thanks for the above contributions @ericproulx! #50 |
| 17 | + |
3 | 18 | ## 2.0.0 |
4 | 19 |
|
5 | 20 | - (Maint) Remove deprecated/security release versions of Ruby. The Gem will now only support and be tested against >= 3.1.0 e.g. 3.1, 3.2, and 3.3. |
6 | 21 |
|
| 22 | +## 1.1.3 (Patch/Bug Fix Release) |
| 23 | + |
| 24 | +- Fixed Man page generation bug in GH Actions |
| 25 | + |
| 26 | +## 1.1.1 (Patch/Bug Fix Release) |
| 27 | + |
| 28 | +- (Maint) Updated Supported Ruby Versions (>= 2.6.9 is the earliest supported now) |
| 29 | +- (Maint) Linting corrections |
| 30 | +- Setup a CI system with GH Actions to do better validation of the gem before release. |
| 31 | + |
7 | 32 | ## 1.1.0 (Minor Release) |
8 | 33 |
|
| 34 | +:alert: This release was mis-tagged. Use 1.1.1 instead. :alert: |
| 35 | + |
9 | 36 | - (Maint) Updated Supported Ruby Versions |
10 | 37 | - (Maint) Linting corrections |
11 | 38 |
|
12 | | -## Undocumented Releases (Sorry!) |
| 39 | +## 1.0.0 (Major Release) |
| 40 | + |
| 41 | +- Adds a required ruby version of 2.6 (reason for major version bump) |
| 42 | +- Adds man/html docs |
| 43 | + |
| 44 | +## 0.2.1 (Patch/Bug Fix Release) |
| 45 | + |
| 46 | +- Fixes incorrectly pushed gem on Rubygems.org |
13 | 47 |
|
14 | 48 | ## 0.2.0 (Minor Release) |
| 49 | + |
15 | 50 | - (Feature) A CLI tool, pathspec-rb, is now provided with the gem. |
16 | 51 | - (API Change) New namespace for gem: `PathSpec`: Everything is now namespaced under `PathSpec`, to prevent naming collisions with other libraries. Thanks @tenderlove! |
17 | 52 | - (License) License version updated to Apache 2. Thanks @kytrinyx! |
|
20 | 55 | - (Maint) Added Rubocop and made some corrections |
21 | 56 |
|
22 | 57 | ## 0.1.2 (Patch/Bug Fix Release) |
| 58 | + |
23 | 59 | - Fix for regexp matching Thanks @incase! #16 |
24 | 60 | - File handling cleanup Thanks @martinandert! #13 |
25 | 61 | - `from_filename` actually works now! Thanks @martinandert! #12 |
26 | 62 |
|
27 | 63 | ## 0.1.0 (Minor Release) |
| 64 | + |
28 | 65 | - Port new edgecase handling from [python-path-specification](https://github.com/cpburnz/python-path-specification/pull/8). Many thanks to @jdpace! :) |
29 | 66 | - Removed EOL Ruby support |
30 | 67 | - Added current Ruby stable to Travis testing |
31 | 68 |
|
32 | 69 | ## 0.0.2 (Patch/Bug Fix Release) |
| 70 | + |
33 | 71 | - Fixed issues with Ruby 1.8.7/2.1.1 |
34 | 72 | - Added more testing scripts |
35 | 73 | - Fixed Windows path related issues |
36 | 74 | - Cleanup unnecessary things in gem |
37 | 75 |
|
38 | 76 | ## 0.0.1 |
| 77 | + |
39 | 78 | - Initial version. |
0 commit comments