aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG12
-rw-r--r--cmd/gocapturedrefrace/main.go4
2 files changed, 14 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..b2d43b3
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,12 @@
+CHANGELOG
+=========
+
+v0.0.2 (2024-03-10):
+ Fixes:
+
+ * Fix false positives from function arguments under Go >= 1.22.0.
+
+v0.0.1 (2023-05-20):
+ First public release.
+
+ vim:tw=80:comments=:fo+=n:formatlistpat=^\\s*\\*\\s*
diff --git a/cmd/gocapturedrefrace/main.go b/cmd/gocapturedrefrace/main.go
index 5a8970b..135f80b 100644
--- a/cmd/gocapturedrefrace/main.go
+++ b/cmd/gocapturedrefrace/main.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2023 Teddy Wing
+// Copyright (c) 2023, 2024 Teddy Wing
//
// This file is part of Gocapturedrefrace.
//
@@ -25,7 +25,7 @@ import (
"gopkg.teddywing.com/capturedrefrace"
)
-var version = "0.0.1"
+var version = "0.0.2"
func main() {
if len(os.Args) > 1 &&