Tags give the ability to mark specific points in history as being important
-
git-traverse-v0.16.4
2571831e · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release. - 3 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - prepare changelog prior to release (fc6b958) - fix docs (34e899a) -
git-discover-v0.4.2
2571831e · ·### Other - <csr-id-7057ad2251f76756a5b35b6bbba10ab9b6601226/> test `is_git` on macOS exfat - <csr-id-08d0c27b0641526aa8b70ee5aadd3658862bef1b/> allow opening repos on macos exfat ### Commit Statistics - 4 commits contributed to the release over the course of 1 calendar day. - 8 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - prepare changelog prior to release (fc6b958) - refactor (2cd1c00) - test `is_git` on macOS exfat (7057ad2) - allow opening repos on macos exfat (08d0c27) -
git-diff-v0.18.1
2571831e · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release. - 3 days passed between releases. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages ### Commit Details * **Uncategorized** - prepare changelog prior to release (fc6b958) - fix docs (34e899a) -
cargo-smart-release-v0.12.1
b76999bb · ·### Fix - Use correct English in `Commit Details`, see [#513](https://github.com/Byron/gitoxide/issues/513) for details. ### Commit Statistics - 4 commits contributed to the release. - 0 commits were understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #513 ### Commit Details * **#513** - prepare for release (673587d) - Improve the English skills of cargo-smart-release and fix a typo. (a0835c5) * **Uncategorized** - update dependencies and assure we get the right version of `crates-index` (60a5272) - fix depreaction warning (47264d4) -
cargo-smart-release-v0.12.0
5cfd1b6c · ·### Bug Fixes - Assure `git@github.com/user/repo` urls transform into https urls correctly. ### Commit Statistics - 2 commits contributed to the release over the course of 2 calendar days. - 6 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #512 ### Commit Details * **#512** - Assure `git@github.com/user/repo` urls transform into https urls correctly. (fcbea05) * **Uncategorized** - Release git-object v0.20.3, git-ref v0.15.4, git-config v0.7.1, git-diff v0.18.0, git-traverse v0.16.3, git-pack v0.22.0, git-odb v0.32.0, git-url v0.7.3, git-transport v0.19.3, git-protocol v0.19.1, git-refspec v0.1.1, git-repository v0.23.0, safety bump 6 crates (85a3bed) -
git-config-value-v0.7.0
21c0ab9c · ·### Changed - `git-config` now uses `git-config-value`. ### Commit Statistics - 6 commits contributed to the release. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #450 ### Commit Details * **#450** - add changelog (c396ba1) - `git-config` now uses `git-config-value`. (5ad2965) - port tests over as well (9b28df2) - copy all value code from git-config to the dedicated crate (edb1162) - add new git-config-value crate (f87edf2) * **Uncategorized** - Release git-path v0.4.2, git-config-value v0.7.0 (c48fb31) -
git-path-v0.4.2
c48fb310 · ·### New Features - add `is_absolute()` for git-style absolute checks This essentially means that starting slashes are always absolute, even on windows. ### Commit Statistics - 2 commits contributed to the release over the course of 4 calendar days. - 6 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #450 ### Commit Details * **#450** - add `is_absolute()` for git-style absolute checks (f58a043) * **Uncategorized** - Merge branch 'main' into filter-refs-by-spec (cef0b51) -
git-prompt-v0.0.0
41281ad9 · ·Initial release just for the name. ### Commit Statistics - 2 commits contributed to the release. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #450 ### Commit Details * **#450** - prepare changelog (3c7d490) - Add `git-prompt` crate for registration (b0140a6) -
git-repository-v0.23.0
85a3bedd · ·### New Features - The empty tree can always be returned by `Repository::(try_)find_object()` This matches the behaviour of git and libgit2. We conciously chose to only do this on the highest level, allowing lower levels to determine if the object exists or not. - Make `find::object::*::Error` publicly available. - Add `Reference::delete()` for simple reference deletion - `Reference::set_target_id()` to easily set the target id of a reference - `Reference::head_ref()` to quickly access the reference the head points to. ### Bug Fixes - `Commit::tree_id()` now returns a connected id ### New Features (BREAKING) - `git-diff` is now included by default as part of core functionality ### Commit Statistics - 13 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 7 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) - The empty tree can always be returned by `Repository::(try_)find_object()` (70aa850) - Make `find::object::*::Error` publicly available. (8d07866) - `git-diff` is now included by default as part of core functionality (e090f84) - `Commit::tree_id()` now returns a connected id (2834311) * **Uncategorized** - adjust to changes in `git-diff` (54954ee) - fix docs (740c658) - refactor (5892192) - Add `Reference::delete()` for simple reference deletion (2d0b639) - `Reference::set_target_id()` to easily set the target id of a reference (9170562) - `Reference::head_ref()` to quickly access the reference the head points to. (950da60) - Release git-attributes v0.3.3, git-ref v0.15.3, git-index v0.4.3, git-worktree v0.4.3, git-testtools v0.8.0 (baad4ce) - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-refspec-v0.1.1
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-protocol-v0.19.1
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-transport-v0.19.3
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-url-v0.7.3
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-odb-v0.32.0
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-pack-v0.22.0
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 3 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - adjust to changes in `git-diff` (54954ee) - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-traverse-v0.16.3
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - use thiserror instead of quickerror (2ed0ee2) -
git-diff-v0.18.0
85a3bedd · ·### Bug Fixes (BREAKING) - Don't degenerate errors when accessing objects ### Commit Statistics - 4 commits contributed to the release. - 4 days passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Don't degenerate errors when accessing objects (6d9533d) - Use thiserror instead of quickerror (0661d48) - fix docs (bfdcb13) -
git-config-v0.7.1
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 3 commits contributed to the release over the course of 1 calendar day. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Release git-attributes v0.3.3, git-ref v0.15.3, git-index v0.4.3, git-worktree v0.4.3, git-testtools v0.8.0 (baad4ce) - Release git-features v0.22.3, git-revision v0.4.4 (c2660e2) -
git-ref-v0.15.4
85a3bedd · ·### New Features - Add `Reference::delete()` for simple reference deletion ### Commit Statistics - 2 commits contributed to the release. - 1 day passed between releases. - 1 commit where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - Add `Reference::delete()` for simple reference deletion (2d0b639) -
git-object-v0.20.3
85a3bedd · ·Maintenance release without user-facing changes. ### Commit Statistics - 2 commits contributed to the release. - 4 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 1 unique issue was worked on: #XXX ### Commit Details * **#XXX** - prepare changelogs prior to release (8c0bca3) * **Uncategorized** - refactor (867fc20)