Skip to content

Commit

Permalink
chore: Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
halostatue committed Feb 3, 2025
1 parent f40a910 commit d214848
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## NEXT / 2025-MM-DD

- Baptiste Courtois (@annih) has done significant work on making `bin/ldiff`
work better, contributing a number of issues and pull requests. These include:

- Separation of command parsing from diff-generation in `Diff::LCS::Ldiff`
code extraction making it easier to use separately from the `bin/ldiff`
command in [#103][pull-103]. This partially resolves [#46][issue-46].

- Improvement of binary and empty file detection and tests in [#104][pull-104]
and [#105][pull-105]. This resolves issues [#100][issue-100],
[#102][issue-102].

- Patrick Linnane fixed various minor typos. [#93][pull-93]

- Mark Young added a Changelog link to the RubyGems metadata. [#92][pull-92]
Expand Down Expand Up @@ -413,13 +424,16 @@
[issue-38]: https://github.com/halostatue/diff-lcs/issues/38
[issue-43]: https://github.com/halostatue/diff-lcs/issues/43
[issue-44]: https://github.com/halostatue/diff-lcs/issues/44
[issue-46]: https://github.com/halostatue/diff-lcs/issues/46
[issue-48]: https://github.com/halostatue/diff-lcs/issues/48
[issue-53]: https://github.com/halostatue/diff-lcs/issues/53
[issue-57]: https://github.com/halostatue/diff-lcs/issues/57
[issue-60]: https://github.com/halostatue/diff-lcs/issues/60
[issue-63]: https://github.com/halostatue/diff-lcs/issues/63
[issue-65]: https://github.com/halostatue/diff-lcs/issues/65
[issue-91]: https://github.com/halostatue/diff-lcs/issues/91
[issue-100]: https://github.com/halostatue/diff-lcs/issues/100
[issue-102]: https://github.com/halostatue/diff-lcs/issues/102
[pull-08]: https://github.com/halostatue/diff-lcs/pull/8
[pull-09]: https://github.com/halostatue/diff-lcs/pull/9
[pull-10]: https://github.com/halostatue/diff-lcs/pull/10
Expand Down Expand Up @@ -451,6 +465,9 @@
[pull-90]: https://github.com/halostatue/diff-lcs/pull/90
[pull-92]: https://github.com/halostatue/diff-lcs/pull/92
[pull-93]: https://github.com/halostatue/diff-lcs/pull/93
[pull-103]: https://github.com/halostatue/diff-lcs/pull/103
[pull-104]: https://github.com/halostatue/diff-lcs/pull/104
[pull-105]: https://github.com/halostatue/diff-lcs/pull/105
[rspec-expectations#200]: https://github.com/rspec/rspec-expectations/pull/200
[rspec-expectations#219]: https://github.com/rspec/rspec-expectations/issues/219
[rspec-expectations#238]: https://github.com/rspec/rspec-expectations/issues/238
Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributors

- Austin Ziegler created diff-lcs.
- Austin Ziegler (@halostatue) created diff-lcs.

Thanks to everyone else who has contributed to diff-lcs over the years:

Expand All @@ -11,6 +11,7 @@ Thanks to everyone else who has contributed to diff-lcs over the years:
- Akinori Musha
- Artem Ignatyev
- Brandon Fish
- Baptiste Courtois (@annih)
- Camille Drapier
- Cédric Boutillier
- Gregg Kellogg
Expand Down

0 comments on commit d214848

Please sign in to comment.