wg-lua/CHANGELOG.md
Erica Marigold f408f1559b
chore(pkg): wg-lua v0.1.1
-    Fixed luau types (renamed `generatePrivateKey` to `generatePublicKey`)
-    `generatePublicKey` now accepts base64 encoded strings as the private key input.
-    CI improvements, package script updates.
-    Included additional package metadata in manifest.
2024-03-31 16:09:37 +05:30

686 B

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.

0.1.0 - March 30th, 2024

The very first release of wg-lua.

0.1.1 - March 31st, 2024

  • Fixed luau types (renamed generatePrivateKey to generatePublicKey)
  • generatePublicKey now accepts base64 encoded strings as the private key input.
  • CI improvements, package script updates.
  • Included additional package metadata in manifest.