Skip to content

Upgrade to v0.10.0#115

Merged
asottile merged 1 commit into
shellcheck-py:mainfrom
cesarcoatl:bump-shellcheck-v0.10.0
Mar 17, 2024
Merged

Upgrade to v0.10.0#115
asottile merged 1 commit into
shellcheck-py:mainfrom
cesarcoatl:bump-shellcheck-v0.10.0

Conversation

@cesarcoatl

Copy link
Copy Markdown
Contributor

No description provided.

@asottile asottile left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we don't do conventional commit garbage here. please rebase that out and general advise follow the convention of the existing commits

Comment thread setup.cfg Outdated
[metadata]
name = shellcheck_py
version = 0.9.0.6
version = 0.10.0

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the last element is our version and should remain

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should it be 0.10.0.0 or 0.10.0.1?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it to 0.10.0.1.

@cesarcoatl cesarcoatl changed the title chore: upgrade to v0.10.0 Upgrade to v0.10.0 Mar 10, 2024
@arkinmodi

arkinmodi commented Mar 11, 2024

Copy link
Copy Markdown

Shellcheck v0.10 adds precompiled binaries for macos arm64. Adding support would fix #85.

@cesarcoatl

cesarcoatl commented Mar 11, 2024

Copy link
Copy Markdown
Contributor Author

Would it be aarch64 or arm64?
arm64

    [shellcheck]
    group = shellcheck-binary
    marker = sys_platform == "darwin" and platform_machine == "arm64"
    url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.aarch64.tar.xz
    sha256 = bbd2f14826328eee7679da7221f2bc3afb011f6a928b848c80c321f6046ddf81
    extract = tar
    extract_path = shellcheck-v0.10.0/shellcheck
    [shellcheck]
    group = shellcheck-binary
    marker = sys_platform == "darwin" and platform_machine == "x86_64"
    url = https://github.com/koalaman/shellcheck/releases/download/v0.10.0/shellcheck-v0.10.0.darwin.x86_64.tar.xz
    sha256 = ef27684f23279d112d8ad84e0823642e43f838993bbb8c0963db9b58a90464c2
    extract = tar
    extract_path = shellcheck-v0.10.0/shellcheck

@cesarcoatl cesarcoatl requested a review from asottile March 16, 2024 16:52

@asottile asottile left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@asottile asottile merged commit 4752d30 into shellcheck-py:main Mar 17, 2024
@cesarcoatl cesarcoatl deleted the bump-shellcheck-v0.10.0 branch March 18, 2024 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants