We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5665e5 commit b5c847cCopy full SHA for b5c847c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+<a name="0.9.1"></a>
4
+## [0.9.1] (2022-09-23)
5
+### Fixed
6
+- Removed a superfluous message printed when `POSTPROCESS` is not given
7
+ ([#39](https://github.com/tueda/makefile4latex/issues/39)).
8
+
9
10
<a name="0.9.0"></a>
11
## [0.9.0] (2022-04-22)
12
### Added
@@ -179,6 +186,7 @@
179
186
```
180
187
181
188
189
+[0.9.1]: https://github.com/tueda/makefile4latex/compare/v0.9.0...v0.9.1
182
190
[0.9.0]: https://github.com/tueda/makefile4latex/compare/v0.8.0...v0.9.0
183
191
[0.8.0]: https://github.com/tueda/makefile4latex/compare/v0.7.0...v0.8.0
184
192
[0.7.0]: https://github.com/tueda/makefile4latex/compare/v0.6.0...v0.7.0
0 commit comments