Skip to content

Latest commit

 

History

History
57 lines (31 loc) · 1.22 KB

File metadata and controls

57 lines (31 loc) · 1.22 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

v0.2.0 - 2024-05-28

Added

  • Added a Sphere function for creating spherical ellipsoids.

Removed

  • [BREAKING] The WGS84Sphere variable has been removed. Use the Sphere function with your chosen radius instead.

v0.1.3 - 2024-05-28

Fixed

  • Fixed minor documentation issues.

v0.1.2 - 2024-05-27

Fixed

  • Added a workflow to publish the reference docs to pkg.go.dev.

v0.1.1 - 2024-05-27

Fixed

  • Added examples with illustrations to README.
  • Fixed a typo in the README.

v0.1.0 - 2024-05-27

Added

  • Initial release.