From 1fb9fd56657af8985d22acbb6eee88ddda312244 Mon Sep 17 00:00:00 2001 From: Brett Vickers Date: Tue, 28 May 2024 23:02:15 -0700 Subject: [PATCH] Release v1.0.0 --- README.md | 1 + RELEASE_NOTES.md | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 RELEASE_NOTES.md diff --git a/README.md b/README.md index 77971c2..82b5e60 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![GoDoc](https://godoc.org/github.com/beevik/prefixtree?status.svg)](https://godoc.org/github.com/beevik/prefixtree) +[![Go](https://github.com/beevik/prefixtree/actions/workflows/go.yml/badge.svg)](https://github.com/beevik/prefixtree/actions/workflows/go.yml) prefixtree ========== diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md new file mode 100644 index 0000000..07b29ed --- /dev/null +++ b/RELEASE_NOTES.md @@ -0,0 +1,4 @@ +Release v1.0.0 +============== + +Initial release.