Prepare for release

This commit is contained in:
Jannik Peters
2026-05-15 12:17:39 +02:00
parent d18faa1952
commit ba677bdcef
5 changed files with 7 additions and 5 deletions
Generated
+1 -1
View File
@@ -327,7 +327,7 @@ dependencies = [
[[package]]
name = "dnst"
version = "0.2.0-alpha1"
version = "0.2.0-alpha2"
dependencies = [
"bytes",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "dnst"
version = "0.2.0-alpha1"
version = "0.2.0-alpha2"
edition = "2021"
default-run = "dnst"
readme = "README.md"
+3 -1
View File
@@ -1,6 +1,8 @@
# Changelog
## Unreleased next version
## v0.2.0-alpha2
Released 2026-05-15.
### Breaking changes
+1 -1
View File
@@ -4,4 +4,4 @@ version = 4
[[package]]
name = "dnst-ldnsutils"
version = "0.2.0-alpha1"
version = "0.2.0-alpha2"
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
# This is a dummy program to build a separate package with ploutos
name = "dnst-ldnsutils"
version = "0.2.0-alpha1"
version = "0.2.0-alpha2"
edition = "2021"
repository = "https://github.com/nlnetlabs/dnst/"
authors = ["NLnet Labs <dns-team@nlnetlabs.nl>"]