]> git.scottworley.com Git - git-cache/blame - Changelog
Parse command line arguments more extensibly
[git-cache] / Changelog
CommitLineData
bef7ce53 1## [Unreleased]
35000f72
SW
2### Changed
3- Refuse force-push updates even if XDG_CACHE_HOME is cleared
7fbbbc3e
SW
4
5
6## [1.3.1] - 2021-06-07
eb638847
SW
7### Changed
8- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
9move the branch heads even if the sought rev is already present (eg: was
10fetched via a different branch).
626e7072
C
11
12
13## [1.3.0] - 2021-04-19
9f453213
C
14### Added
15- "overlay" and "overlays" flake outputs
edc05165
SW
16
17
18## [1.2.3] - 2020-08-25
513b354c
SW
19### Changed
20- Fixed stray output from repo creation
a5a489ba
SW
21
22
23## [1.2.2] - 2020-08-25
6fc1f7ba
SW
24### Added
25- Flake support
e22c6fdf
SW
26
27
28## [1.2.1] - 2020-08-03
5dd71f12
SW
29### Changed
30- Build fix for old versions of mypy
48122142
SW
31
32
33## [1.2.0] - 2020-07-17
f36d5c6f
SW
34### Added
35- Retry fetch with backoff
839f8d8d
SW
36
37
4edcbae7
SW
38## [1.1.1] - 2020-08-05
39### Changed
40- Build fix for old versions of mypy
41
42
839f8d8d 43## [1.1.0] - 2020-07-16
347be7cf
SW
44### Added
45- Command line interface
bef7ce53 46
839f8d8d 47
bef7ce53
SW
48## [1.0.0] - 2020-07-10
49Initial release