Skip to content

gix-url-v0.28.0

@Byron Byron tagged this 22 Oct 18:58
 - remove workspace lints from Cargo manifests of fuzz-projects.
   They are not part of the parent workspace.
 - Require the most recent version of `url`
   This seems to be more compatible to nightly versions of the compiler.

### Other

 - Update gitoxide repository URLs
   This updates `Byron/gitoxide` URLs to `GitoxideLabs/gitoxide` in:
   
   - Markdown documentation, except changelogs and other such files
     where such changes should not be made.
   
   - Documentation comments (in .rs files).
   
   - Manifest (.toml) files, for the value of the `repository` key.
   
   - The comments appearing at the top of a sample hook that contains
     a repository URL as an example.
   
   When making these changes, I also allowed my editor to remove
   trailing whitespace in any lines in files already being edited
   (since, in this case, there was no disadvantage to allowing this).
   
   The gitoxide repository URL changed when the repository was moved
   into the recently created GitHub organization `GitoxideLabs`, as
   detailed in #1406. Please note that, although I believe updating
   the URLs to their new canonical values is useful, this is not
   needed to fix any broken links, since `Byron/gitoxide` URLs
   redirect (and hopefully will always redirect) to the coresponding
   `GitoxideLabs/gitoxide` URLs.
   
   While this change should not break any URLs, some affected URLs
   were already broken. This updates them, but they are still broken.
   They will be fixed in a subsequent commit.
   
   This also does not update `Byron/gitoxide` URLs in test fixtures
   or test cases, nor in the `Makefile`. (It may make sense to change
   some of those too, but it is not really a documentation change.)
 - remove `home` from dependencies
 - use `gix_path::env::home_dir` instead of `home::home_dir`

### Commit Statistics

 - 17 commits contributed to the release over the course of 60 calendar days.
 - 60 days passed between releases.
 - 5 commits were understood as [conventional](https://www.conventionalcommits.org).
 - 0 issues like '(#ID)' were seen in commit messages

### Commit Details

 * **Uncategorized**
    - Merge pull request #1624 from EliahKagan/update-repo-url (795962b)
    - Update gitoxide repository URLs (64ff0a7)
    - Merge pull request #1593 from Byron/fix-fuzz (72daa46)
    - Remove workspace lints from Cargo manifests of fuzz-projects. (cdac4a9)
    - Merge pull request #1582 from Byron/gix-path-release (93e86f1)
    - Release gix-trace v0.1.10, gix-path v0.10.11 (012a754)
    - Merge pull request #1557 from Byron/merge-base (649f588)
    - Allow empty-docs (beba720)
    - Merge branch 'global-lints' (37ba461)
    - Workspace Clippy lint management (2e0ce50)
    - Merge pull request #1549 from ChanTsune/gix-url-wasi (db147b9)
    - Merge branch 'patch-2' (a64d94e)
    - Remove `home` from dependencies (a794e9f)
    - Use `gix_path::env::home_dir` instead of `home::home_dir` (642be47)
    - Merge pull request #1546 from nyurik/semilocons (f992fb7)
    - Add missing semicolons (ec69c88)
    - Require the most recent version of `url` (4e16a09)
Assets 2
Loading