Skip to content

Releases: metio/reguloj

2023.3.30

30 Mar 05:44
7a60289
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.3.9...2023.3.30

2023.3.9

09 Mar 05:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.2.9...2023.3.9

2023.2.9

09 Feb 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.1.19...2023.2.9

2023.1.19

19 Jan 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2023.1.12...2023.1.19

2023.1.12

12 Jan 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.12.15...2023.1.12

2022.12.15

15 Dec 05:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2022.12.6...2022.12.15

2022.12.6

06 Dec 07:39
Compare
Choose a tag to compare

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

08 Nov 07:41
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 2022.11.1...2022.11.8

2022.11.1

01 Nov 08:42
Compare
Choose a tag to compare

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

04 Oct 07:54
Compare
Choose a tag to compare

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.