Skip to content

Commit b4bac17

Browse files
Add versioning, add release notes
1 parent 8fc6e38 commit b4bac17

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/reference/antora.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: kotlin-extension-reference
22
title: Kotlin Extension Reference
3-
version: true
3+
version:
4+
axon-kotlin-(?<version>+({0..9}).+({0..9})).*: $<version>
5+
master: development
46
prerelease: true
57
start_page: ROOT:index.adoc
68

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
= Release Notes Kotlin Extension
2+
:navtitle: Release notes
3+
4+
You can find the release notes for the Kotlin Extension of version 4.10.0 below.
5+
For earlier releases, please go to the link:https://legacydocs.axoniq.io/reference-guide/release-notes/rn-extensions/rn-kotlin[legacy documentation].
6+
7+
== Release 4.10
8+
9+
. Upgrades the Kotlin Extension to be compatible with Axon Framework 4.10.0
10+
. Adds a serializer with `kotlin.serialization` support
11+
12+
See the link:https://github.com/AxonFramework/extension-kotlin/releases/tag/axon-kotlin-4.10.0[GitHub release notes] for an exhaustive list of all changes.

docs/reference/modules/nav.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
* xref:ROOT:index.adoc[]
22
** xref:ROOT:commands.adoc[]
33
** xref:ROOT:events.adoc[]
4-
** xref:ROOT:queries.adoc[]
4+
** xref:ROOT:queries.adoc[]
5+
** xref:ROOT:release-notes.adoc[]

0 commit comments

Comments
 (0)