Skip to content

Commit fb16dad

Browse files
author
Jeff Verkoeyen
committed
Merge branch 'release-candidate' into develop
2 parents aac7e59 + a117c6f commit fb16dad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 2.0.0
2+
3+
Added additional warnings to `strict_warnings_objc_library`:
4+
5+
## Changes
6+
7+
* [Update warnings to match the MDC iOS project (#2)](https://github.com/material-foundation/bazel_ios_warnings/commit/aac7e59ab1b3e6d3329a08019b69ace1a68966b2) (featherless)
8+
19
# 1.0.1
210

311
This patch release fixes text layout in the AUTHORS file.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Add the following to your `WORKSPACE`:
99
git_repository(
1010
name = "bazel_ios_warnings",
1111
remote = "https://github.com/material-foundation/bazel_ios_warnings.git",
12-
tag = "v1.0.1",
12+
tag = "v2.0.0",
1313
)
1414
```
1515

0 commit comments

Comments
 (0)