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

Reify changelog #521

Closed
wants to merge 9 commits into from
Closed

Reify changelog #521

wants to merge 9 commits into from

Commits on Aug 20, 2023

  1. Fix install script (#509)

    - Use GitHub API to fetch latest release
    - Use more secure cURL options
    - Give up on signing commits
    
    type: distribution
    casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    9b43403 View commit details
    Browse the repository at this point in the history
  2. Update dependency (openssl-sys) (#514)

    Github's Ubuntu 22.04 LTS image's libssl-dev package was [updated] last
    November. This package is incompatible with the openssl-sys crate
    version specified in Cargo.lock, and is creating build failures.
    
    Run `cargo update -p openssl-sys` to fix.
    
    [updated]: actions/runner-images#6604
    
    type: fixed
    atomgardner authored and casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    660c631 View commit details
    Browse the repository at this point in the history
  3. Add a torrent announce subcommand (#510)

    This command makes use of a partially-implemented UDP tracker client to
    announce an infohash and list the response.
    
    type: added
    atomgardner authored and casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    50d5a93 View commit details
    Browse the repository at this point in the history
  4. Add a torrent from-link subcommand (#511)

    It is now possible to create a torrent file from a magnet link. The
    search is performed with minimal concurrency, and so may take a while to
    complete.
    
    type: added
    atomgardner authored and casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    a88f0ee View commit details
    Browse the repository at this point in the history
  5. Release v0.1.13 (#518)

    - Bump version: 0.1.12 → 0.1.13
    - Update openssl-sys dependency
    
    type: release
    atomgardner authored and casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    800d082 View commit details
    Browse the repository at this point in the history
  6. Commit changelog

    casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    045a6f1 View commit details
    Browse the repository at this point in the history
  7. Remove changelog generation

    casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    c95db22 View commit details
    Browse the repository at this point in the history
  8. Remove old flag

    casey committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    6adf101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f4d651 View commit details
    Browse the repository at this point in the history