Skip to content

Commit fbb87c2

Browse files
committed
Update dependencies
1 parent 6180992 commit fbb87c2

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
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

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
module github.com/csmith/gitrefs
22

3-
go 1.23
4-
5-
toolchain go1.23.4
3+
go 1.24.4
64

75
require github.com/hashicorp/go-version v1.7.0

0 commit comments

Comments
 (0)