File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 1- # v1.3.0 (Tue Dec 17 2024)
1+ # Changelog
2+
3+ ## 1.4.0 - 2025-07-08
4+
5+ - Minor dependency update.
6+
7+ ## 1.3.0 - 2024-12-17
28
39- Added ` WithContext ` option.
410- Minor dependency update.
511
6- # v1 .2.0 (Sun Aug 20 2023)
12+ ## 1 .2.0 - 2023-08-20
713
814- Added ` GetLatestTagIgnoringPrefix ` , which will ignore a user-defined prefix
915 when parsing the semver from a tag. e.g. given a prefix of "release-", a ref
1016 of ` refs/tags/release-v1.0.0 ` will parse as semver ` 1.0.0 ` .
1117
12- # v1 .1.1 (Fri Jul 30 2023)
18+ ## 1 .1.1 - 2023-07-30
1319
1420- Removed debug print statement from GetLatestTag.
1521
16- # v1 .1.0 (Fri Jul 30 2023)
22+ ## 1 .1.0 - 2023-07-30
1723
1824- GetLatestTag will now return a stable answer if there are multiple, equivalent
1925 tags in the repository (e.g. ` refs/tags/v1.0.0 ` and ` refs/tags/1.0.0 ` ). Previously
Original file line number Diff line number Diff line change 11module github.com/csmith/gitrefs
22
3- go 1.23
4-
5- toolchain go1.23.4
3+ go 1.24.4
64
75require github.com/hashicorp/go-version v1.7.0
You can’t perform that action at this time.
0 commit comments