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 d84dafd commit 137e9d3Copy full SHA for 137e9d3
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+0.1.5
2
+* Add `testonly` to targets that link with XCTest to account for requirements in https://github.com/bazelbuild/rules_swift/pull/868 (#82)
3
+
4
0.1.4
5
6
* Fix issues with glob evaluation (#64, #65)
lib/cocoapods/bazel/version.rb
@@ -2,6 +2,6 @@
module Pod
module Bazel
- VERSION = '0.1.4'
+ VERSION = '0.1.5'
end
7
0 commit comments