Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mockolo 2.2.0 #199558

Merged
merged 2 commits into from
Nov 30, 2024
Merged

mockolo 2.2.0 #199558

merged 2 commits into from
Nov 30, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* Compilation fix for a mock where the return type of a closure is an opaque type by @omarzl in https://github.com/uber/mockolo/pull/259
* Speed up aarch64 builds using Static Linux SDK by @sidepelican in https://github.com/uber/mockolo/pull/265
* Add support for `Actor` protocol. by @sidepelican in https://github.com/uber/mockolo/pull/266
* Add async and throwing property support by @sidepelican in https://github.com/uber/mockolo/pull/267
* Correct the `throws` clause in the closure within template logic to support TypedThrow. by @fummicc1 in https://github.com/uber/mockolo/pull/262
* Add Nested protocol support by @sidepelican in https://github.com/uber/mockolo/pull/270
* Fix to avoid using global actors as default values by @sidepelican in https://github.com/uber/mockolo/pull/269
* Remove redundant tuple in handler type by @sidepelican in https://github.com/uber/mockolo/pull/275

Maintenances

New Contributors

Full Changelog: uber/mockolo@2.1.1...2.2.0

For Build Tools Plugin (artifactbundle)

  • full version (linux and macos)
.binaryTarget(
    name: "mockolo",
    url: "https://github.com/uber/mockolo/releases/download/2.2.0/mockolo.artifactbundle.zip",
    checksum: "75ec5806ca70c99f0acd9f527c3892d62fe8a585e74ca4736842a2efab981ef6"
),
  • lightweight version (macos only)
.binaryTarget(
    name: "mockolo",
    url: "https://github.com/uber/mockolo/releases/download/2.2.0/mockolo-macos.artifactbundle.zip",
    checksum: "26aa998f46cc6e814accf6014571116368fd7f772ce060de63ac8b36069d33fe"
),

@github-actions github-actions bot added swift Swift use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Nov 30, 2024
@daeho-ro
Copy link
Member

Remove redundant tuple in handler type (uber/mockolo#275)

  • Remove redundant tuple in handler type
  • Use predefined utility
  • fix for existential any

uber/mockolo@b345372

Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Nov 30, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Nov 30, 2024
Merged via the queue into master with commit 4ad9b74 Nov 30, 2024
15 checks passed
@BrewTestBot BrewTestBot deleted the bump-mockolo-2.2.0 branch November 30, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. swift Swift use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants