# Changelog ## [v0.2.1](https://github.com/Songmu/gitconfig/compare/v0.2.0...v0.2.1) - 2025-06-18 - [maint] update Go and dependencies latest by @Songmu in https://github.com/Songmu/gitconfig/pull/17 ## [v0.2.0](https://github.com/Songmu/gitconfig/compare/v0.1.1...v0.2.0) - 2022-09-03 - follow the renaming of tagpr by @Songmu in https://github.com/Songmu/gitconfig/pull/13 - support to get GitHubToken from gh cli config by @Songmu in https://github.com/Songmu/gitconfig/pull/15 ## [v0.1.1](https://github.com/Songmu/gitconfig/compare/v0.1.0...v0.1.1) - 2022-08-20 - refine CI stuffs by @Songmu in https://github.com/Songmu/gitconfig/pull/10 - update dependency by @Songmu in https://github.com/Songmu/gitconfig/pull/12 ## [v0.1.0](https://github.com/Songmu/gitconfig/compare/v0.0.3...v0.1.0) (2020-07-24) * switch to goccy/go-yaml from go-yaml/yaml [#9](https://github.com/Songmu/gitconfig/pull/9) ([Songmu](https://github.com/Songmu)) * return error when there are no git executables [#8](https://github.com/Songmu/gitconfig/pull/8) ([Songmu](https://github.com/Songmu)) ## [v0.0.3](https://github.com/Songmu/gitconfig/compare/v0.0.2...v0.0.3) (2020-01-04) * udpate deps [#7](https://github.com/Songmu/gitconfig/pull/7) ([Songmu](https://github.com/Songmu)) * adjust interface of WithConfig [#6](https://github.com/Songmu/gitconfig/pull/6) ([Songmu](https://github.com/Songmu)) * use --get-urlmatch when getting credential.username [#4](https://github.com/Songmu/gitconfig/pull/4) ([Songmu](https://github.com/Songmu)) ## [v0.0.2](https://github.com/Songmu/gitconfig/compare/v0.0.1...v0.0.2) (2019-05-16) * use old options for types --bool, --path and --int [#3](https://github.com/Songmu/gitconfig/pull/3) ([Songmu](https://github.com/Songmu)) ## [v0.0.1](https://github.com/Songmu/gitconfig/compare/4fa6fbe62487...v0.0.1) (2019-05-16) * detect github token from hub config [#2](https://github.com/Songmu/gitconfig/pull/2) ([Songmu](https://github.com/Songmu)) * initial release [#1](https://github.com/Songmu/gitconfig/pull/1) ([Songmu](https://github.com/Songmu))