Skip to content

parsley v0.9.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@matzefriedrich matzefriedrich released this 09 Sep 14:52
· 24 commits to main since this release
ad80749

Changes

  • Version Command: The Parsley CLI now has a new version command that allows users to display the application's current version. The command can also check for new versions by querying the latest release information from GitHub, alerting users if an update is available, and providing update instructions.

  • Argument Matching in Mock Verification: Fixed an issue in mock_verify.go where expected arguments were not correctly matched.