Releases: metio/reguloj
2023.3.30
2023.3.9
What's Changed
Full Changelog: 2023.2.9...2023.3.9
2023.2.9
What's Changed
Full Changelog: 2023.1.19...2023.2.9
2023.1.19
2023.1.12
What's Changed
Full Changelog: 2022.12.15...2023.1.12
2022.12.15
What's Changed
- Update parent to latest version by @sebhoss in #72
- project meta by @sebhoss in #73
- update project configuration by @sebhoss in #74
- add mirror by @sebhoss in #75
- add bitbucket mirror by @sebhoss in #76
- remove version rules files by @sebhoss in #77
- automated project update by @sebhoss in #78
Full Changelog: 2022.12.6...2022.12.15
2022.12.6
Include this project as a Maven dependency:
<dependency>
<groupId>wtf.metio.reguloj</groupId>
<artifactId>reguloj</artifactId>
<version>2022.12.6</version>
</dependency>
Or like this in case you are using Gradle (Kotlin):
dependencies {
implementation("wtf.metio.reguloj:reguloj:2022.12.6") {
because("we want to use a lightweight rule engine")
}
}
Take a look the information available at Maven Central for other build tools.
What's Changed
Full Changelog: 2022.11.8...2022.12.6
2022.11.8
Include this project as a Maven dependency:
<dependency>
<groupId>wtf.metio.reguloj</groupId>
<artifactId>reguloj</artifactId>
<version>2022.11.8</version>
</dependency>
Or like this in case you are using Gradle (Kotlin):
dependencies {
implementation("wtf.metio.reguloj:reguloj:2022.11.8") {
because("we want to use a lightweight rule engine")
}
}
Take a look the information available at Maven Central for other build tools.
What's Changed
- update project configuration by @sebhoss in #66
- add missing id by @sebhoss in #67
- Update parent to latest version by @sebhoss in #68
- use new release action by @sebhoss in #69
New Contributors
Full Changelog: 2022.11.1...2022.11.8
2022.11.1
Automated release, see commits for changes. Requires at least Java 17.
Include this project as a Maven dependency:
<dependency>
<groupId>wtf.metio.reguloj</groupId>
<artifactId>reguloj</artifactId>
<version>2022.11.1</version>
</dependency>
Or like this in case you are using Gradle (Kotlin):
dependencies {
implementation("wtf.metio.reguloj:reguloj:2022.11.1") {
because("we want to use a lightweight rule engine")
}
}
Take a look the information available at Maven Central for other build tools.
2022.10.4
Automated release, see commits for changes. Requires at least Java 17.
Include this project as a Maven dependency:
<dependency>
<groupId>wtf.metio.reguloj</groupId>
<artifactId>reguloj</artifactId>
<version>2022.10.4</version>
</dependency>
Or like this in case you are using Gradle (Kotlin):
dependencies {
implementation("wtf.metio.reguloj:reguloj:2022.10.4") {
because("we want to use a lightweight rule engine")
}
}
Take a look the information available at Maven Central for other build tools.