parsley v1.0.3
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.