Skip to content

Commit

Permalink
Changelog for release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wfouche committed Dec 28, 2024
1 parent 08e4550 commit 1697eae
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,47 @@ All notable changes to this project will be documented in this file.
The format is based on https://keepachangelog.com/en/1.0.0/[Keep a Changelog],
and this project adheres to https://semver.org/spec/v2.0.0.html[Semantic Versioning].

== [v2.0.4] - 2024-12-29

=== Release Notes

* Configuration files can either use JSON or JSONC content format. The latter is preferred.

* Updated the tulip-main benchmark test to use JSONC for its benchmark configuration file.

=== Release Information

Tulip is now available on Maven Central at:

* https://central.sonatype.com/namespace/io.github.wfouche.tulip
+
.Maven (xml)
[source,xml]
----
<dependency>
<groupId>io.github.wfouche.tulip</groupId>
<artifactId>tulip-runtime</artifactId>
<version>2.0.4</version>
</dependency>
----
+
.Gradle (Groovy)
[source,groovy]
----
implementation 'io.github.wfouche.tulip:tulip-runtime:2.0.4'
----
+
.Gradle (kts)
[source,kotlin]
----
implementation("io.github.wfouche.tulip:tulip-runtime:2.0.4")
----


* Documentation:

** https://wfouche.github.io/Tulip/

== [v2.0.3] - 2024-12-22

=== Release Notes
Expand Down

0 comments on commit 1697eae

Please sign in to comment.