mirror of
https://github.com/NLnetLabs/dnst.git
synced 2026-08-17 21:25:51 +02:00
Prepare for release
This commit is contained in:
Generated
+1
-1
@@ -327,7 +327,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "dnst"
|
||||
version = "0.2.0-alpha1"
|
||||
version = "0.2.0-alpha2"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"chrono",
|
||||
|
||||
+1
-1
@@ -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
@@ -1,6 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## Unreleased next version
|
||||
## v0.2.0-alpha2
|
||||
|
||||
Released 2026-05-15.
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -4,4 +4,4 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "dnst-ldnsutils"
|
||||
version = "0.2.0-alpha1"
|
||||
version = "0.2.0-alpha2"
|
||||
|
||||
@@ -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>"]
|
||||
|
||||
Reference in New Issue
Block a user