diff --git a/README.md b/README.md index b733de24..50512444 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,10 @@ OpenFastTrace at it's core is a Java Archive (short "[JAR](https://docs.oracle.c ### Getting Pre-Built Packages -Pre-Built JAR files (called `openfasttrace-3.5.0.jar`) are available from the following places: +Pre-Built JAR files (called `openfasttrace-3.6.0.jar`) are available from the following places: -* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/3.5.0/openfasttrace-3.5.0.jar) -* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/3.5.0/openfasttrace-3.5.0.jar) +* [Maven Central](https://repo1.maven.org/maven2/org/itsallcode/openfasttrace/openfasttrace/3.6.0/openfasttrace-3.6.0.jar) +* [GitHub](https://github.com/itsallcode/openfasttrace/releases/download/3.6.0/openfasttrace-3.6.0.jar) Check our [developer guide](doc/developer_guide.md#getting-the-openfasttrace-library) to learn how to use the OFT JAR as dependency in your own code with popular build tools. @@ -79,7 +79,7 @@ If you just want to run OFT: The most basic variant to run OpenFastTrace is directly from the JAR file via the command line: ```bash -java -jar product/target/openfasttrace-2.3.5.jar trace /path/to/directory/being/traced +java -jar product/target/openfasttrace-3.6.0.jar trace /path/to/directory/being/traced ``` If you want to run OFT automatically as part of a continuous build, we recommend using our plugins for [Gradle](https://github.com/itsallcode/openfasttrace-gradle) and [Maven](https://github.com/itsallcode/openfasttrace-maven-plugin). diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 99c7629b..4a4b0746 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.6.0] - 2022-08-21 + ### Added - Added support for C# files with postfix `.cs` [#326](https://github.com/itsallcode/openfasttrace/issues/326) / [PR #327](https://github.com/itsallcode/openfasttrace/pull/327) diff --git a/doc/developer_guide.md b/doc/developer_guide.md index fad576e4..a1af4083 100644 --- a/doc/developer_guide.md +++ b/doc/developer_guide.md @@ -15,7 +15,7 @@ To use OpenFastTrace as a dependency in your [Maven](https://maven.apache.org) p org.itsallcode.openfasttrace openfasttrace - 3.5.0 + 3.6.0 compile @@ -27,7 +27,7 @@ To use OpenFastTrace as a dependency in your [Gradle](https://gradle.org/) proje ```groovy dependencies { - compile "org.itsallcode.openfasttrace:openfasttrace:3.5.0" + compile "org.itsallcode.openfasttrace:openfasttrace:3.6.0" } ``` diff --git a/parent/pom.xml b/parent/pom.xml index e572ca93..4e1bdf65 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -8,7 +8,7 @@ Free requirement tracking suite https://github.com/itsallcode/openfasttrace - 3.5.0 + 3.6.0 11 5.9.0 3.0.0-M7