Skip to content

parsley v1.0.3

Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 08 Oct 13:49
· 8 commits to main since this release
6a02fa7

This release simplifies the codebase and reduces reliance on third-party packages.

Changes

  • Removed Dependency: The hashicorp/go-version dependency has been removed from the project.
  • Implemented simplified version comparison functions directly within the version.go module, reducing external dependencies.