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

Version hyper-nano binaries and place artifacts in the current working directory #600

Merged
merged 3 commits into from
May 30, 2023

Commits on May 30, 2023

  1. fix(nano): use current working directory to place hyper-nano binary a…

    …nd __hyper__ directory #537"
    
    BREAKING CHANGE: the __hyper__ directory and the hyper-nano binary will now be placed in
    the current working directory. Both should be added to a .gitignore so that they are not committed
    to source control
    TillaTheHun0 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    887e275 View commit details
    Browse the repository at this point in the history
  2. feat(nano): add version to binary compilation, upload, and download l…

    …ogic
    
    BREAKING CHANGE: the binaries are no longer overwritten in s3 on every publish.
    This will allow for each version of hyper-nano to use a specific unchanging binary
    TillaTheHun0 committed May 30, 2023
    Configuration menu
    Copy the full SHA
    9bb7dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f960a61 View commit details
    Browse the repository at this point in the history