summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@pm.me>2022-01-25 15:05:38 -0500
committerMatthew Heon <matthew.heon@pm.me>2022-01-27 13:50:46 -0500
commitbefc05bbbc158300e21080f8455fe7d786a0c562 (patch)
treea114f0a0836b16c536fe2dec3819e2fda2674ee1
parent6af24dcd65fb09bc9badab02595f6faec76e5bf3 (diff)
Bump to v1.0.0-rc1v1.0.0-rc1
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r--Cargo.toml2
-rw-r--r--README.md4
-rw-r--r--RELEASE_NOTES.md4
3 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed6c2f5..25994df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aardvark-dns"
-version = "0.1.0"
+version = "1.0.0-rc1"
edition = "2018"
authors = ["github.com/containers"]
description = "A container-focused DNS server"
diff --git a/README.md b/README.md
index ae5de21..ab86a4a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# aardvark-dns
Authoritative dns server for `A/AAAA` container records. Forwards other request to configured resolvers.
-Read more about configuration in `src/backend/mod.rs`.
+Read more about configuration in `src/backend/mod.rs`. It is mostly intended to be used with
+[Netavark](https://github.com/containers/netavark/) which will launch it automatically if both are
+installed.
```console
aardvark-dns 0.1.0
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
new file mode 100644
index 0000000..697bdf0
--- /dev/null
+++ b/RELEASE_NOTES.md
@@ -0,0 +1,4 @@
+# Release Notes
+
+## v1.0.0-RC1
+- This is the first release candidate of Aardvark's initial release! All major functionality is implemented and working. \ No newline at end of file