File tree 1 file changed +26
-2
lines changed
1 file changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
# X.X.X (Next)
2
2
3
- - Fix automatic require
3
+ * Fix automatic require
4
+ * Fix the Libbz2::finalizer method.
5
+
6
+ ## Tooling and internal changes
7
+
8
+ * Fix tests on Windows
9
+ * Use github actions for CI
10
+ * Add require statement to the example
11
+ * Add LICENSE file
12
+ * Use Markdown for the LICENSE and tidy up the README.
13
+ * Update GitHub Actions workflows.
14
+ * Update version of Rake to fix security alert.
15
+ * Remove Pry and Guard development dependencies.
16
+ * Update minimum version of RubyZip required.
17
+ * Update MiniTest dependency.
18
+ * Add a test to ensure correct version number format.
19
+ * Add `bin/console'.
4
20
5
21
# 0.0.1
6
22
7
- - Initial version
23
+ * Initial version
24
+
25
+ ## About this Changelog file
26
+
27
+ This file is, at least in part, generated by the following command:
28
+
29
+ ``` shell
30
+ $ git log --pretty=format:" * %s" --reverse --no-merges < commit-hash> ..
31
+ ```
You can’t perform that action at this time.
0 commit comments