aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:56:27 +0000
committerRasmus Dahlberg <rasmus@rgdd.se>2025-03-11 19:56:27 +0000
commit34291b7494debeb257ab4ca4a730fd19e69f440d (patch)
tree67bb1870c0780b37475500b15a6318d2d5a09490
parent0895be5cc744b5d660b4076c4e4da0a322e0f0f4 (diff)
parentba0c8aa90f5893ed9edee1f8faa3aeb89ab4b7a7 (diff)
Merge branch 'rgdd/add-news' into 'main'main
Add NEWS v0.1.0 See merge request tpo/onion-services/onion-grab!5
-rw-r--r--NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..eac4ffb
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,11 @@
+onion-grab v0.1.0
+
+ Bug fixes:
+
+ * If example.org redirects to www.example.org, then associate any found
+ Onion-Location configuration with www.example.org (not example.org).
+
+ Chore:
+
+ * Bump Go version to 1.23
+ * Bump golang.org/x/net to v0.37.0