Skip to content

Commit

Permalink
Add versioning and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeDrivenMitch committed Oct 8, 2024
1 parent ebb4a12 commit 2fe4d14
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Are you having trouble using the extension?
We'd like to help you out the best we can!
There are a couple of things to consider when you're traversing anything Axon:

* Checking the [reference guide](https://library.axoniq.io/axon_framework_ref/) should be your first stop,
* Checking the [AxonIQ Docs](https://docs.axoniq.io/) should be your first stop,
as the majority of possible scenarios you might encounter when using Axon should be covered there.
* If the Reference Guide does not cover a specific topic you would've expected,
we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/antora.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: spring-aot-extension-reference
title: Spring AOT Extension Guide
version: true
prerelease: true
start_page: ROOT:index.adoc

version:
axon-spring-aot-(?<version>+({0..9}).+({0..9})).*: $<version>
main: development
asciidoc:
attributes:
component_description: Extension providing native compilation for Axon and Spring-based applications
Expand Down
11 changes: 11 additions & 0 deletions docs/reference/modules/ROOT/pages/release-notes.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
= Release Notes Spring AOT Extension
:navtitle: Release notes

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

== Release 4.10

Upgrades the Spring AOT Extension to be compatible with Axon Framework 4.10.0, and updates various dependencies.

See the link:https://github.com/AxonFramework/extension-spring-aot/releases/tag/axon-spring-aot-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,3 +1,4 @@
* xref::index.adoc[]
** xref::compile-to-native.adoc[]
** xref::performance.adoc[]
** xref::performance.adoc[]
* xref::release-notes.adoc[]

0 comments on commit 2fe4d14

Please sign in to comment.