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.
2 parents b985a16 + 67e573c commit 39e3568Copy full SHA for 39e3568
CHANGELOG.md
@@ -6,7 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
6
7
## [Unreleased]
8
9
-[Unreleased]: https://github.com/tweag/rules_sh/compare/v0.1.0...HEAD
+[Unreleased]: https://github.com/tweag/rules_sh/compare/v0.1.1...HEAD
10
+
11
+## [0.1.1] - 2019-11-13
12
13
+[0.1.1]: https://github.com/tweag/rules_sh/compare/v0.1.0...v0.1.1
14
15
+### Changed
16
17
+- Avoid finding non-POSIX compliant tools in `sh_posix_configure` on Windows.
18
+ See [#7][#7].
19
20
+[#7]: https://github.com/tweag/rules_sh/pull/7
21
22
## [0.1.0] - 2019-11-13
23
0 commit comments