Skip to content

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Feb 7, 2025
1 parent 6180ba9 commit af4ca72
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
# X.X.X (Next)

- Fix automatic require
* Fix automatic require
* Fix the Libbz2::finalizer method.

## Tooling and internal changes

* Fix tests on Windows
* Use github actions for CI
* Add require statement to the example
* Add LICENSE file
* Use Markdown for the LICENSE and tidy up the README.
* Update GitHub Actions workflows.
* Update version of Rake to fix security alert.
* Remove Pry and Guard development dependencies.
* Update minimum version of RubyZip required.
* Update MiniTest dependency.
* Add a test to ensure correct version number format.
* Add `bin/console'.

# 0.0.1

- Initial version
* Initial version

## About this Changelog file

This file is, at least in part, generated by the following command:

```shell
$ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..
```

0 comments on commit af4ca72

Please sign in to comment.