Release v0.3.1
cgrindel-app-token-generator
released this
07 May 15:24
·
71 commits
to main
since this release
What's Changed
- Update REAMDE.md for v0.3.0 by @cgrindel-app-token-generator in #27
- Upgrade swiftformat to 0.49.1. by @cgrindel in #28
- Upgraded to Bazel 5.0.0. by @cgrindel in #29
- Add Ubuntu test runner by @cgrindel in #30
- Added scheduled_builds.yml GitHub Actions workflow and update build badge to point to it. by @cgrindel in #31
- Updated workflow name to Continuous Integration. by @cgrindel in #32
- Updated bazel-starlib to 0.6.0 and addressed lint issues. by @cgrindel in #33
- Upgrade all dependencies to their latest release or
main
branch by @cgrindel in #36 - Upgrade SwiftFormat to 0.49.8 by @cgrindel in #37
New Contributors
- @cgrindel-app-token-generator made their first contribution in #27
Full Changelog: v0.3.0...v0.3.1
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "cgrindel_swift_toolbox",
sha256 = "506d77f7adde108dbc3ca4e072a751576effc0c9162b76816d9f8968aea420aa",
strip_prefix = "swift_toolbox-0.3.1",
urls = [
"http://github.com/cgrindel/swift_toolbox/archive/v0.3.1.tar.gz",
],
)