Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Jelly-RDF/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.0
Choose a base ref
...
head repository: Jelly-RDF/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.1
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Aug 27, 2025

  1. docs: always install latest version via mise (#209)

    Otherwise, mise defaults to the version currently installed, and no upgrades are made.
    Ostrzyciel authored Aug 27, 2025
    Configuration menu
    Copy the full SHA
    5d7a55b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2025

  1. Update README for manual download instructions (#210)

    Clarify manual download instructions for Windows users.
    Ostrzyciel authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    3243ecb View commit details
    Browse the repository at this point in the history
  2. Fix rdf validate command in AoT builds (#211)

    * Fix rdf validate command in AoT builds
    
    We substituted the whole class instead of a single method...
    
    I've found a better way around this, removing SecureRandom entirely. This reduces binary size from 65.11 MB to 63.96 MB. Incidental win, yay.
    
    * fix
    Ostrzyciel authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    6ce169e View commit details
    Browse the repository at this point in the history
Loading