Skip to content

Latest commit

 

History

History
53 lines (29 loc) · 1.9 KB

CHANGELOG.md

File metadata and controls

53 lines (29 loc) · 1.9 KB

CHANGELOG

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

Security

[0.1.4] - 2024-11-14

Fixed

  • Credential encryption compatibility with older Powershell versions. (3171eb2)

[0.1.3] - 2024-11-14

Fixed

  • Handle error when attempting to discover semantic version for non-existing module. (640cffe)
  • Existing version discovery for multiple versions of a module. (7fe1013)
  • Plaintext credentials showing up in verbose output. (c657247)

[0.1.2] - 2024-05-24

Fixed

[0.1.1] - 2024-05-20

Fixed

  • Version discovery for untagged modules from GitHub repositories. (9bfa08b)

[0.1.0] - 2024-05-15

Added

  • Support for GitHub credentials. (d10910c)