Skip to content

Releases: personnummer/java

3.5.0

Choose a tag to compare

@Johannestegner Johannestegner released this 27 Feb 18:59

What's Changed

Dependencies

  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.9.3 by @renovate in #95
  • fix(deps): update dependency org.json:json to v20230618 by @renovate in #97
  • chore(deps): update dependency gradle to v8.2 by @renovate in #98
  • chore(deps): update dependency gradle to v8.2.1 by @renovate in #99
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.0 by @renovate in #100
  • chore(deps): update dependency gradle to v8.3 by @renovate in #102
  • chore(deps): update dependency ubuntu to v22 by @renovate in #101
  • chore(deps): update actions/checkout action to v4 by @renovate in #103
  • chore(deps): update dependency gradle to v8.4 by @renovate in #104
  • fix(deps): update dependency org.json:json to v20231013 by @renovate in #105
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.1 by @renovate in #106
  • chore(deps): update dependency gradle to v8.5 by @renovate in #107
  • chore(deps): update actions/setup-java action to v4 by @renovate in #108
  • chore(deps): update github/codeql-action action to v3 by @renovate in #109
  • chore(deps): update dependency gradle to v8.6 by @renovate in #110
  • fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.10.2 by @renovate in #111
  • fix(deps): update dependency org.json:json to v20240205 by @renovate in #112

Full Changelog: 3.4.1...3.5.0

3.4.1

Choose a tag to compare

@Johannestegner Johannestegner released this 25 Apr 11:42

What's Changed

Full Changelog: 3.4.0...3.4.1

3.4.0

Choose a tag to compare

@Johannestegner Johannestegner released this 13 Mar 13:50

What's Changed

New Contributors

Thank you!

Full Changelog: 3.3.4...3.4.0

3.3.4

Choose a tag to compare

@Johannestegner Johannestegner released this 28 Oct 10:48
  • Hotfix for issue where pipe was allowed as separator.
  • Dependency updates.
  • Fixed buildscript to use new env files.

3.3.3

Choose a tag to compare

@Johannestegner Johannestegner released this 09 Oct 08:50

New maven publish. Should hopefully be final configuration change for a full maven-central release.

3.3.2

Choose a tag to compare

@Johannestegner Johannestegner released this 08 Oct 18:50

Another maven central test.

3.3.1

Choose a tag to compare

@Johannestegner Johannestegner released this 08 Oct 17:41

This release have no changes more than to build scripts to enable maven publish to maven-central.

3.3.0

Choose a tag to compare

@Johannestegner Johannestegner released this 27 Jun 08:30

Implementation of java specific Comparable<Personnummer> interface.

No breaking changes. Minor release bumped due to new feature.

Thanks to contributors:
@ullenius

3.2.0

Choose a tag to compare

@Johannestegner Johannestegner released this 26 Jun 21:05

Implementation of java specific methods: toString, hashCode and equals.

No breaking changes. Minor release bumped due to new features.

Thanks to contributors:
@ullenius

3.1.0

Choose a tag to compare

@Johannestegner Johannestegner released this 25 Jun 09:35

Changes:
50e7113 Remove redundant usage of 'this' keyword
82e0cb2 Replace type wrappers with primitives
ec15236 Remove redundant boolean
c9613ac Use modulus operation

Minor version bump, no breaking changes introduced but an update to the Luhn algorithm warrants a none-patch update.

Thanks to contributors:
@ullenius