Skip to content

1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 May 08:15
b27e495

Bzlmod Snippet

bazel_dep(name = "bazelpods", version = "1.12.0")

Workspace Snippet

http_archive(
  name = "bazelpods",
  sha256 = "d731ace22d093cb55ec3c1acc23419026e5aafe330b574f4cd4ed10f5afc8acd",
  url = "https://github.com/sergeykhliustin/BazelPods/releases/download/1.12.0/release.tar.gz"
)
load("@bazelpods//:repositories.bzl", "bazelpods_dependencies")
bazelpods_dependencies()

What's Changed

  • Fix tests by @sergeykhliustin in #130
  • chore(deps): update dependency build_bazel_rules_ios to v4.2.1 by @sergeykhliustin in #129
  • chore(deps): update dependency rules_xcodeproj to v2 by @sergeykhliustin in #131
  • chore(deps): update dependency rules_xcodeproj to v2.1.0 by @sergeykhliustin in #132
  • chore(deps): update dependency build_bazel_rules_ios to v4.3.1 by @sergeykhliustin in #134
  • chore(deps): update dependency rules_xcodeproj to v2.1.1 by @sergeykhliustin in #133
  • chore(deps): update dependency rules_xcodeproj to v2.2.0 by @sergeykhliustin in #135
  • chore(deps): update dependency build_bazel_rules_ios to v4.4.0 by @sergeykhliustin in #136
  • chore(deps): update dependency ruby to v3.3.1 by @sergeykhliustin in #137
  • Enable bzlmod support by @sergeykhliustin in #139

Full Changelog: 1.11.7...1.12.0