Skip to content

Commit 137e9d3

Browse files
authored
Update version and changelog for 0.1.5 (#83)
* Update version and changelog for 0.1.5 * Update CHANGELOG.md
1 parent d84dafd commit 137e9d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
14
0.1.4
25

36
* Fix issues with glob evaluation (#64, #65)

lib/cocoapods/bazel/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Pod
44
module Bazel
5-
VERSION = '0.1.4'
5+
VERSION = '0.1.5'
66
end
77
end

0 commit comments

Comments
 (0)