Releases: GolemOrg/Benchpress
Benchpress - v1.0.7
This is the biggest change to happen to the library yet, and it's only the name. Moving forward, this library is known as Benchpress. The reasons behind this change are simply issues with GitHub Packages and repositories containing the dash character. However, I felt that just the name Benchmark didn't invoke any good feelings, so I brainstormed and came up with this simple name!
v1.0.4
This release addresses one large issue: ambiguous naming.
As of now, all packages simply were grouped under the project name, rather than the group + project name. This aims to fix that by moving the classes to org.golem.benchmark
This means that any use of benchmark_kt.x has been moved to org.golem.benchmark.x
benchmark-kt - v1.0.3
Update to 1.0.3
benchmark-kt - v1.0.2
Add package names to files
benchmark-kt - v1.0.1
This release has one minor fix: Normalizing the package name for use as a dependency. Previously, the tag name contained 'v', meaning that the package that was created would have a versioning of vX.X.X. This fixes that.
benchmark-kt - v1.0.0
Fix gradle.properties group