Skip to content

Commit

Permalink
Add versioning, add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Oct 8, 2024
1 parent 8fc6e38 commit b4bac17
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: kotlin-extension-reference
title: Kotlin Extension Reference
version: true
version:
axon-kotlin-(?<version>+({0..9}).+({0..9})).*: $<version>
master: development
prerelease: true
start_page: ROOT:index.adoc

Expand Down
12 changes: 12 additions & 0 deletions docs/reference/modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
= Release Notes Kotlin Extension
:navtitle: Release notes

You can find the release notes for the Kotlin Extension of version 4.10.0 below.
For earlier releases, please go to the link:https://legacydocs.axoniq.io/reference-guide/release-notes/rn-extensions/rn-kotlin[legacy documentation].

== Release 4.10

. Upgrades the Kotlin Extension to be compatible with Axon Framework 4.10.0
. Adds a serializer with `kotlin.serialization` support

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.
3 changes: 2 additions & 1 deletion docs/reference/modules/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
* xref:ROOT:index.adoc[]
** xref:ROOT:commands.adoc[]
** xref:ROOT:events.adoc[]
** xref:ROOT:queries.adoc[]
** xref:ROOT:queries.adoc[]
** xref:ROOT:release-notes.adoc[]

0 comments on commit b4bac17

Please sign in to comment.