Skip to content
Snippets Groups Projects
  1. May 27, 2022
    • Nick Mathewson's avatar
      Clear out 0.4.0 semver-status · 4f7e06fe
      Nick Mathewson authored
      4f7e06fe
    • Nick Mathewson's avatar
      Regenerate version bump from previous commit. · 4326aa1d
      Nick Mathewson authored
      This commit was made by reverting the previous commit, then
      re-running the script I used to generate it.  In theory there should
      be no semantic changes: only changes due to improved formatting from
      cargo edit.
    • Nick Mathewson's avatar
      Semantic version changes for Arti 0.4.0 release · b232365a
      Nick Mathewson authored
      I followed the following procedure to make these changes:
      
      * I used maint/changed_crates to find out which crates had changed
        since 0.3.0.
      * I used grep and maint/list_crates to sort those crates in
        topological (dependency) order.
      * I looked through semver_status to find which crates were listed as
        having semver-relevant changes (new APIs and breaking changes).
      * I scanned through the git logs of the crates with no
        semver-relevant changes listed to confirm that, indeed, they had
        no changes.  For those crates, I incremented their patch-level
        version _without_ changing the version that other crates depend on.
      * I scanned through the git logs of the crates with no
        semver-relevant changes listed to confirm that, indeed, they had
        no obvious breaking changes.
      * I treated all crates that depend on `arti` and/or `arti-client` as
        having breaking changes.
      * I identified crates that depend on crates that have changed, even
        if they have not changed themselves, and identified them as having
        a non-breaking change.
      * For all of the crates, I used `cargo set-version -p $CRATE --bump
        $STATUS` (where `STATUS` is `patch` or `minor`) to update the
        versions, and the depended-upon versions.
      b232365a
    • Nick Mathewson's avatar
      Bump versions of trivially-changed crates. · 45d21d25
      Nick Mathewson authored
      These crates had only clippy fixes that do not affect their
      behavior:
              tor-bytes
              tor-cell
              tor-events
              tor-linkspec
              tor-netdir
              tor-socksproto
      
      This crate only had the cargo-husky dependency removed, which
      does not affect compatibility:
              tor-llcrypto
      
      Since these changes have no compatibility effects, it is not
      necessary to bump the versions of these crates which other crates
      depend on.
      45d21d25
    • Nick Mathewson's avatar
      Update tor-config README.md. · fbc5218a
      Nick Mathewson authored
      fbc5218a
    • Nick Mathewson's avatar
      f17c9083
    • Nick Mathewson's avatar
      Light edits to changelog. · 4282a1f0
      Nick Mathewson authored
      4282a1f0
  2. May 26, 2022
  3. May 25, 2022
Loading