maestro_git 0.2.3

API using libgit2 for stylish version control workflows
Documentation
# Changelog

## [Unreleased]

- ???

## [v0.2.3] - 2025-10-10

- PullResult::UnsupportedRemote was added to declare when a remote url protocol or format
  causes Sync to skip connecting to remote and fetching new commits

## [v0.2.2] - 2025-06-14

- Sync API supports offline flag to collect repository statuses without syncing
- Sync API uses DNS lookup to determine network connectivity before syncing

## [v0.2.1] - 2025-03-13

- Sync API collects local change and stash counts in repository

## [v0.2.0] - 2025-03-09

- Sync API parallelizes git pulls across multiple git repositories
- Sync API provides RemoteHost for accessing featurs of the remote's Git services such as GitHub's ref compare page

[Unreleased]: https://github.com/eighty4/maestro/compare/maestro_git-v0.2.3...HEAD
[v0.2.3]: https://github.com/eighty4/maestro/compare/maestro_git-v0.2.2...maestro_git-v0.2.3
[v0.2.2]: https://github.com/eighty4/maestro/compare/maestro_git-v0.2.1...maestro_git-v0.2.2
[v0.2.1]: https://github.com/eighty4/maestro/compare/maestro_git-v0.2.0...maestro_git-v0.2.1
[v0.2.0]: https://github.com/eighty4/maestro/releases/tag/maestro_git-v0.2.0