]> git.scottworley.com Git - git-cache/blame - Changelog
Release 1.5.0
[git-cache] / Changelog
CommitLineData
bef7ce53 1## [Unreleased]
3acf0fa7
SW
2
3
4## [1.5.0] - 2024-06-28
2fa3bb5b 5- Support "tag <tag>" syntax for fetching tags
26ea251c
SW
6
7
8## [1.4.4] - 2024-06-03
a3835f50 9- Use a specific Exception type
d3b8a09d 10- Fix git-precommit-hook environment (git commit -a works now)
05533b40
SW
11
12
13## [1.4.3] - 2023-05-24
50685beb
SW
14### Changed
15- Specify license
ce9660cb 16- Adapt to nixpkgs nativeCheckInputs change
c143afb9
SW
17
18
bc6c850d
SW
19## [1.4.2] - 2022-11-23
20### Changed
21- Small cleanups
22
23
c143afb9 24## [1.4.1] - 2021-07-09
21971f7f
SW
25### Changed
26- Suppress git's init.defaultBranch hints
b6097e92
SW
27
28
29## [1.4.0] - 2021-06-21
35000f72
SW
30### Changed
31- Refuse force-push updates even if XDG_CACHE_HOME is cleared
7fbbbc3e 32
083b90e7
SW
33### Added
34- --force flag to recover from remote force-push
35
7fbbbc3e
SW
36
37## [1.3.1] - 2021-06-07
eb638847
SW
38### Changed
39- Fixed a bug in the is-fetch-needed logic: Sometimes a fetch is needed to
40move the branch heads even if the sought rev is already present (eg: was
41fetched via a different branch).
626e7072
C
42
43
44## [1.3.0] - 2021-04-19
9f453213
C
45### Added
46- "overlay" and "overlays" flake outputs
edc05165
SW
47
48
49## [1.2.3] - 2020-08-25
513b354c
SW
50### Changed
51- Fixed stray output from repo creation
a5a489ba
SW
52
53
54## [1.2.2] - 2020-08-25
6fc1f7ba
SW
55### Added
56- Flake support
e22c6fdf
SW
57
58
59## [1.2.1] - 2020-08-03
5dd71f12
SW
60### Changed
61- Build fix for old versions of mypy
48122142
SW
62
63
64## [1.2.0] - 2020-07-17
f36d5c6f
SW
65### Added
66- Retry fetch with backoff
839f8d8d
SW
67
68
4edcbae7
SW
69## [1.1.1] - 2020-08-05
70### Changed
71- Build fix for old versions of mypy
72
73
839f8d8d 74## [1.1.0] - 2020-07-16
347be7cf
SW
75### Added
76- Command line interface
bef7ce53 77
839f8d8d 78
bef7ce53
SW
79## [1.0.0] - 2020-07-10
80Initial release