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

Bump jazzy from 0.9.4 to 0.10.0 #452

Merged
merged 1 commit into from
Jun 24, 2019
Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps jazzy from 0.9.4 to 0.10.0.

Release notes

Sourced from jazzy's releases.

0.10.0

Breaking
  • The included sourcekitten binary is built with Xcode 10.2. This means
    it does not run on macOS earlier than 10.14.4 without the Swift 5 Runtime
    Support for Command Line Tools
    being installed.
    John Fairhurst
Enhancements
  • Support CocoaPods 1.6+. Use the swift_version[s] dsl in --podspec mode
    to set the Swift language version.
    John Fairhurst

  • Show the extension declaration when documenting Swift extensions.
    John Fairhurst

  • Allow docs title customization. Include --module-version when it is set
    and support --title to fully customize the title. Pass {{module_version}}
    and {{docs_title}} to templates.
    Maximilian Alexander
    John Fairhurst
    #666
    #411

Bug Fixes

0.9.6

This is (probably) the last release to support Ruby earlier than 2.3. This is due to a change in a dependency.

This is (probably) the last release to support macOS earlier than 10.14.4 without the Swift 5 Runtime Support for Command Line Tools package installed. This is a consequence of Swift 5 ABI stability.

Breaking
... (truncated)
Changelog

Sourced from jazzy's changelog.

0.10.0

Breaking
  • The included sourcekitten binary is built with Xcode 10.2. This means
    it does not run on macOS earlier than 10.14.4 without the Swift 5 Runtime
    Support for Command Line Tools
    being installed.
    John Fairhurst
Enhancements
  • Support CocoaPods 1.6+. Use the swift_version[s] dsl in --podspec mode
    to set the Swift language version.
    John Fairhurst

  • Show the extension declaration when documenting Swift extensions.
    John Fairhurst

  • Allow docs title customization. Include --module-version when it is set
    and support --title to fully customize the title. Pass {{module_version}}
    and {{docs_title}} to templates.
    Maximilian Alexander
    John Fairhurst
    #666
    #411

Bug Fixes

0.9.6

This is (probably) the last release to support Ruby earlier than 2.3.
This is due to a change in a dependency.

This is (probably) the last release to support macOS earlier than 10.14.4

... (truncated)
Commits
  • c528d47 Merge pull request #1078 from realm/jf-release-0.10.0
  • 855761b Release 0.10.0
  • e03e3e3 Merge pull request #1077 from realm/jf-custom-title
  • 7ed1e8f Add options to customize docs title
  • c01a0ed Adding module_version to doc.rb and to template
  • 7a06565 Update gems
  • 27bcfc1 Update sourcekitten to 0.23.2
  • 8f7ceba Support CocoaPods 1.6
  • e8744db Merge pull request #1051 from realm/jf-js-sections
  • cf2a241 Fix section open when linked to from current page
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 24, 2019
@tuistbot
Copy link

1 Error
🚫 Please include a CHANGELOG entry.
You can find it at CHANGELOG.md.

Generated by 🚫 Danger

@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #452 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  Coverage   80.43%   80.43%           
=======================================
  Files         149      149           
  Lines        7652     7652           
=======================================
  Hits         6155     6155           
  Misses       1497     1497

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa14558...827ace8. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jun 24, 2019

Codecov Report

Merging #452 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  Coverage   80.43%   80.43%           
=======================================
  Files         149      149           
  Lines        7652     7652           
=======================================
  Hits         6155     6155           
  Misses       1497     1497

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update aa14558...827ace8. Read the comment docs.

@pepicrft pepicrft merged commit 914cb42 into master Jun 24, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/bundler/jazzy-0.10.0 branch June 24, 2019 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants