Set CHANGELOG header back to 'Master'

And update bazel ref in readme to point to `0.49.0-rc.2`.
This commit is contained in:
JP Simard
2022-08-18 16:35:21 -04:00
parent dd55f59207
commit 0e3f3de17f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
## 0.49.0-rc.2: Asynchronous Defuzzer
## Master
_Note: The default branch for the SwiftLint git repository will be renamed from
`master` to `main` on September 1st. Please update any code or automation
+2 -2
View File
@@ -102,8 +102,8 @@ swift_rules_extra_dependencies()
http_archive(
name = "SwiftLint",
sha256 = "e954f4483f7f4cf523896693ee3505585f6beb0f791e362b42d9bdbb615f051a",
url = "https://github.com/realm/SwiftLint/releases/download/0.49.0-rc.1/bazel.tar.gz",
sha256 = "d34bf123e6380a7527ee78c5f6ec7ede5e00e8c39a9c3b394f590374f566c57d",
url = "https://github.com/realm/SwiftLint/releases/download/0.49.0-rc.2/bazel.tar.gz",
)
load("@SwiftLint//bazel:repos.bzl", "swiftlint_repos")