mirror of
https://github.com/grdl/git-get.git
synced 2026-02-09 23:19:15 +00:00
Update changelog for v0.2.0
This commit is contained in:
@@ -4,6 +4,11 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [0.2.0] - 2020-07-08
|
||||||
|
### Changed
|
||||||
|
- `git list` won't traverse nested git repositories anymore. This significantly improves performance when listing repos with vendored dependencies (eg, node_modules).
|
||||||
|
|
||||||
|
|
||||||
## [0.1.0] - 2020-07-07
|
## [0.1.0] - 2020-07-07
|
||||||
### Added
|
### Added
|
||||||
- `--skip-host` flag to skip creating a host directory when cloning
|
- `--skip-host` flag to skip creating a host directory when cloning
|
||||||
@@ -68,6 +73,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
- Initial release using [goreleaser](https://github.com/goreleaser/goreleaser).
|
||||||
|
|
||||||
|
|
||||||
|
[0.2.0]: https://github.com/grdl/git-get/compare/v0.1.0...v0.2.0
|
||||||
[0.1.0]: https://github.com/grdl/git-get/compare/v0.0.7...v0.1.0
|
[0.1.0]: https://github.com/grdl/git-get/compare/v0.0.7...v0.1.0
|
||||||
[0.0.7]: https://github.com/grdl/git-get/compare/v0.0.6...v0.0.7
|
[0.0.7]: https://github.com/grdl/git-get/compare/v0.0.6...v0.0.7
|
||||||
[0.0.6]: https://github.com/grdl/git-get/compare/v0.0.5...v0.0.6
|
[0.0.6]: https://github.com/grdl/git-get/compare/v0.0.5...v0.0.6
|
||||||
|
|||||||
Reference in New Issue
Block a user