Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 743 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 743 Bytes

Frontier.rb v0.0.2

  • Gem: bump version to 0.0.2 (#4)

Frontier.rb v0.0.1

  • Docs: add changelog (#2)
  • Ci: enable github actions (#1)
  • Examples: add distance script
  • Examples: add progress tracking
  • Docs: clarify limitations
  • Graph: fix edge case for missing vertices
  • Gem: add usage example
  • Graph: use dijkstra's algorithm for path finding
  • Coords: add class to handle 3d coordinates in space
  • Frontier: add version 0.0.1
  • Coords: Fix coords spec
  • Star: add struct for handling star systems
  • Coords: add class to handle 3d coordinates in space
  • Initial commit for the Frontier library