History.md in minitar-1.0.1 vs History.md in minitar-1.0.2
- old
+ new
@@ -1,7 +1,14 @@
# History
+## 1.0.2 / 2024-08-23
+
+- Bugfix:
+
+ - Minitar 1.0.1 was released with an unchanged gemspec. Reported by Debashish
+ Biswas in [#65][#65].
+
## 1.0.1 / 2024-08-08
- Bugfix:
- Resolve a constant lookup issue. The accepted fix has been provided by Aram
@@ -19,10 +26,15 @@
- Enhancements:
- Added `Minitar.pack_as_file`, originally proposed by John Prince back in
2011 [#7][#7].
+## 0.12.1 / 2024-08-21
+
+- Reverted @adbbb9b596 to restore compatibility with Ruby < 2.0. Resolves
+ [#63][#63] reported by Robert Schulze.
+
## 0.12 / 2024-08-06
- Properly handle very long GNU filenames, resolving [#46][#46].
- Handle very long GNU filenames that are 512 or more bytes, resolving
[#45][#45]. Originally implemented in [#47][#47] by Vijay, but accidentally
@@ -219,5 +231,6 @@
[#43]: https://github.com/halostatue/minitar/pull/43
[#45]: https://github.com/halostatue/minitar/issues/45
[#46]: https://github.com/halostatue/minitar/issues/46
[#47]: https://github.com/halostatue/minitar/pull/47
[#58]: https://github.com/halostatue/minitar/issues/58
+[#65]: https://github.com/halostatue/minitar/issues/65