-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* docs: add Changelog * docs: add Changelog
- Loading branch information
Showing
3 changed files
with
43 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
### Frontier.rb v0.0.1 | ||
|
||
- Docs: add changelog ([#2](https://github.com/q9f/frontier.rb/pulls/2)) | ||
- Ci: enable github actions ([#1](https://github.com/q9f/frontier.rb/pulls/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters