git_cmd 0.2.11

Wrapper around git cli
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.11]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.10...git_cmd-v0.2.11 - 2023-01-27

### Other
- improve logging (#500)

## [0.2.10]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.9...git_cmd-v0.2.10 - 2023-01-26

### Added
- add `git`, `force_push` and `checkout` functions (#470)

## [0.2.9]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.8...git_cmd-v0.2.9 - 2023-01-16

### Other
- fix typo in code (#463)

## [0.2.8]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.7...git_cmd-v0.2.8 - 2023-01-16

### Added
- error message includes git args (#452)

## [0.2.7]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.6...git_cmd-v0.2.7 - 2023-01-15

### Other
- add links to changelogs (#442)

## [0.2.6]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.5...git_cmd-v0.2.6 - 2023-01-11

### Other
- remove a dependency used in tests (#426)

## [0.2.5]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.4...git_cmd-v0.2.5 - 2022-12-16

### Added
- Add function to retrieve default branch (#372)

## [0.2.4]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.3...git_cmd-v0.2.4 - 2022-12-12

### Changed
- improved error message

## [0.2.3]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.2...git_cmd-v0.2.3 - 2022-11-17

### Added
- add function to check if git tag exists (#342)

## [0.2.2]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.1...git_cmd-v0.2.2 - 2022-11-04

### Fixed
- clippy lints (#332)

### Other
- use workspace dependencies (#333)

## [0.2.1]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.2.0...git_cmd-v0.2.1 - 2022-10-24

### Other
- *(deps)* bump anyhow to 1.0.66 (#319)
- *(deps)* bump tracing from 0.1.35 to 0.1.36 (#234)

## [0.2.0]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.6...git_cmd-v0.2.0 - 2022-07-16

### Fixed
- [**breaking**] filter symlink when checking if repo is clean (#207)

## [0.1.6]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.5...git_cmd-v0.1.6 - 2022-06-18

### Other
- *(deps)* bump tracing from 0.1.34 to 0.1.35 (#179)

## [0.1.5]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.4...git_cmd-v0.1.5 - 2022-05-19

### Other
- upgrade dependencies (#133)

## [0.1.4]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.3...git_cmd-v0.1.4 - 2022-05-14

### Added
- get origin url (#128)

## [0.1.3]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.2...git_cmd-v0.1.3 - 2022-05-01

### Added
- add `tag` method (#92)
- improve git error (#53)
- add context to some errors (#50)

## [0.1.2]https://github.com/MarcoIeni/release-plz/compare/git_cmd-v0.1.1...git_cmd-v0.1.2 - 2022-03-27

### Fixed
- fix repository link