Skip to content

KNG v0.1.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 18:26
· 12 commits to refs/heads/main since this release

Artifacts

Kotlin Name Generator is published to Maven Central. Find the artifacts here.

You most probably need de.gleex.kng:kotlin-name-generator:0.1.2

<dependency>
  <groupId>de.gleex.kng</groupId>
  <artifactId>kotlin-name-generator</artifactId>
  <version>0.1.2</version>
</dependency>

Changelog

  • Update actions/checkout action to v4.1.6 [PR #44]
  • Update dependency io.mockk:mockk-jvm to v1.13.11 [PR #43]
  • Update dependency io.kotest:kotest-bom to v5.9.0 [PR #42]
  • Update actions/checkout action to v4.1.5 [PR #41]
  • Update kotlin monorepo to v1.9.24 (patch) [PR #40]
  • Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 [PR #38]
  • Update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0 [PR #39]
  • Update dependency ch.qos.logback:logback-classic to v1.5.6 [PR #36]
  • Update actions/checkout action to v4.1.4 [PR #35]
  • Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 [PR #34]

Bug Fixes

  • Fix iteration of first sub-generator of CombiningGenerator [PR #48]