Skip to content

Commit 05a466c

Browse files
committed
Fix readme / release notes / guides.
1 parent 74a2901 commit 05a466c

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

bake.rb

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# frozen_string_literal: true
2+
3+
# Released under the MIT License.
4+
# Copyright, 2025, by Samuel Williams.
5+
6+
# Update the project documentation with the new version number.
7+
#
8+
# @parameter version [String] The new version number.
9+
def after_gem_release_version_increment(version)
10+
context["releases:update"].call(version)
11+
context["utopia:project:readme:update"].call
12+
end

readme.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ RubyDNS is a high-performance DNS server which can be easily integrated into oth
66

77
## Usage
88

9-
There are examples in the `examples` directory which demonstrate how to use RubyDNS.
9+
Please see the [project documentation](https://github.io/socketry/rubydns/) for more details.
10+
11+
- [Getting Started](https://github.io/socketry/rubydns/guides/getting-started/index) - This guide explains how to get started running your own DNS server with RubyDNS.
1012

1113
## See Also
1214

releases.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v2.1.0
44

55
- Introduce `RubyDNS.run` as a slightly more modern way to run a server.
66
- Move `RubyDNS::RuleBasedServer` to `RubyDNS::Server`.

0 commit comments

Comments
 (0)