Releases · maveniverse/nisse (original) (raw)
0.9.2
0.9.1
0.9.0
0.8.4
New JGitPropertySource property: branchName, that is present if JGit is able to determine current branch name (git worktrees supported).
What's Changed
Full Changelog: release-0.8.3...release-0.8.4
0.8.3
What's Changed
- Fix git worktree support — JGit-based version resolution now works correctly in git worktrees (#150). JGit 5.x doesn't natively support worktrees, so the
JGitPropertySourcenow detects worktrees via thecommondirfile, redirects to the shared git directory for objects/refs/tags, and reads HEAD from the worktree-specific directory. (#151) - Better logging — improved debug logging in JGit property source
Full Changelog: release-0.8.2...release-0.8.3
0.8.2
0.8.1
Bugfix release, all users of 0.8.0 version should update to 0.8.1.
In 0.8.0 the new "dirty" feature breaks Maven snapshot support. Also, many extra features are now customizable, see documentation (that was updated as well).
What's Changed
Full Changelog: release-0.8.0...release-0.8.1
0.8.0
What's Changed
- Bump org.junit.jupiter:junit-jupiter-api from 6.0.1 to 6.0.3 by @dependabot[bot] in #134
- Bump eu.maveniverse.maven.parent:parent from 49 to 50 + ci by @adreghiciu in #136
- Bump org.eclipse.sisu:org.eclipse.sisu.inject from 0.9.0.M4 to 1.0.0 by @dependabot[bot] in #132
- Bump eu.maveniverse.maven.shared:extension from 0.1.10 to 0.1.11 by @dependabot[bot] in #130
- Bump maven3Version from 3.9.13 to 3.9.14 by @dependabot[bot] in #139
- Bump version.resolver from 1.9.25 to 1.9.27 by @dependabot[bot] in #137
- Add new property "shortCommitId" by @theit in #141
- Parent POM 52 by @cstamas in #145
- Added a new option to the version number to indicate whether the workspace is clean by @theit in #143
New Contributors
- @adreghiciu made their first contribution in #136
- @theit made their first contribution in #141
Full Changelog: release-0.7.0...release-0.8.0