Skip to content

Upgrade to v0.10.0 #115

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

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Upgrade to v0.10.0 #115

merged 1 commit into from
Mar 17, 2024

Conversation

cesarcoatl
Copy link
Contributor

No description provided.

Copy link
Member

@asottile asottile left a comment

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

setup.cfg Outdated
@@ -1,6 +1,6 @@
[metadata]
name = shellcheck_py
version = 0.9.0.6
version = 0.10.0
Copy link
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
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
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
Copy link

arkinmodi commented Mar 11, 2024

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

@cesarcoatl
Copy link
Contributor Author

cesarcoatl commented Mar 11, 2024

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
Copy link
Member

@asottile asottile left a comment

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