-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release irox-tools v0.2.1, irox-carto v0.2.1, irox-egui-extras v0.2.1…
…, irox-gpx v0.1.0, irox-types v0.2.1, irox-structs_derive v0.2.1, irox-raymarine-sonar v0.1.0, irox-stats v0.2.1, irox-winlocation-api v0.1.1, irox v0.2.1
- Loading branch information
Showing
21 changed files
with
449 additions
and
46 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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,36 @@ | ||
|
||
|
||
## v0.1.0 (2023-10-08) | ||
|
||
### Chore | ||
|
||
- <csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/> adding empty changelogs to prep for release | ||
|
||
### New Features | ||
|
||
- <csr-id-b378b9da294474e73936e4e52bba9ae103fc1590/> new GPX reader/writer module | ||
|
||
### Other | ||
|
||
- <csr-id-31ab14449ae83ce6fbe3959461aa688fb3c1777c/> started reader impl | ||
|
||
### Commit Statistics | ||
|
||
<csr-read-only-do-not-edit/> | ||
|
||
- 3 commits contributed to the release. | ||
- 3 commits were understood as [conventional](https://www.conventionalcommits.org). | ||
- 0 issues like '(#ID)' were seen in commit messages | ||
|
||
### Commit Details | ||
|
||
<csr-read-only-do-not-edit/> | ||
|
||
<details><summary>view details</summary> | ||
|
||
* **Uncategorized** | ||
- Adding empty changelogs to prep for release ([`8b615cc`](https://github.com/spmadden/irox/commit/8b615cc2bb578961c2cd8895814932c9d84ee294)) | ||
- Started reader impl ([`31ab144`](https://github.com/spmadden/irox/commit/31ab14449ae83ce6fbe3959461aa688fb3c1777c)) | ||
- New GPX reader/writer module ([`b378b9d`](https://github.com/spmadden/irox/commit/b378b9da294474e73936e4e52bba9ae103fc1590)) | ||
</details> | ||
|
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 |
---|---|---|
@@ -1,21 +1,21 @@ | ||
[package] | ||
name = "irox-gpx" | ||
description = "GPX format Encoders and Decoders for GPS Devices" | ||
keywords = ["irox", "gpx", "encoder", "decoder", "gps"] | ||
categories = ["aerospace", "parser-implementations", "science::geo", "encoding"] | ||
version= "0.1.0" | ||
edition.workspace = true | ||
authors.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
exclude.workspace = true | ||
readme.workspace = true | ||
repository.workspace = true | ||
|
||
[dependencies] | ||
xml.workspace = true | ||
log.workspace = true | ||
time.workspace = true | ||
irox-units.workspace = true | ||
irox-carto.workspace = true | ||
irox-tools.workspace = true | ||
[package] | ||
name = "irox-gpx" | ||
description = "GPX format Encoders and Decoders for GPS Devices" | ||
keywords = ["irox", "gpx", "encoder", "decoder", "gps"] | ||
categories = ["aerospace", "parser-implementations", "science::geo", "encoding"] | ||
version= "0.1.0" | ||
edition.workspace = true | ||
authors.workspace = true | ||
homepage.workspace = true | ||
license.workspace = true | ||
exclude.workspace = true | ||
readme.workspace = true | ||
repository.workspace = true | ||
|
||
[dependencies] | ||
xml.workspace = true | ||
log.workspace = true | ||
time.workspace = true | ||
irox-units.workspace = true | ||
irox-carto.workspace = true | ||
irox-tools.workspace = true |
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,44 @@ | ||
|
||
|
||
## v0.1.0 (2023-10-08) | ||
|
||
### Chore | ||
|
||
- <csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/> adding empty changelogs to prep for release | ||
- <csr-id-6044deb9138bcdad7cf892d1fe25e6ee84d4db04/> fixup copyright in headers | ||
|
||
### New Features | ||
|
||
- <csr-id-a698240b8770f73bbd3bdae71583818d86271764/> write out gpx file | ||
- <csr-id-4ae68a2a460674837bc8ff4cf7282ae69e60bbbc/> new raymarine sonar converter module | ||
|
||
### Other | ||
|
||
- <csr-id-17196e558011bd32abec2109a01e9add4b829d78/> much cleaner parser impls | ||
- <csr-id-461eab91332d6e02eb32cef638fdd1bc67668c3b/> generating valid-ish points now | ||
- <csr-id-f8344d4d68301e9f5d5769ee5b44e0f620de9b7d/> more progress with the sonar converter | ||
|
||
### Commit Statistics | ||
|
||
<csr-read-only-do-not-edit/> | ||
|
||
- 7 commits contributed to the release over the course of 8 calendar days. | ||
- 7 commits were understood as [conventional](https://www.conventionalcommits.org). | ||
- 0 issues like '(#ID)' were seen in commit messages | ||
|
||
### Commit Details | ||
|
||
<csr-read-only-do-not-edit/> | ||
|
||
<details><summary>view details</summary> | ||
|
||
* **Uncategorized** | ||
- Adding empty changelogs to prep for release ([`8b615cc`](https://github.com/spmadden/irox/commit/8b615cc2bb578961c2cd8895814932c9d84ee294)) | ||
- Write out gpx file ([`a698240`](https://github.com/spmadden/irox/commit/a698240b8770f73bbd3bdae71583818d86271764)) | ||
- Fixup copyright in headers ([`6044deb`](https://github.com/spmadden/irox/commit/6044deb9138bcdad7cf892d1fe25e6ee84d4db04)) | ||
- Much cleaner parser impls ([`17196e5`](https://github.com/spmadden/irox/commit/17196e558011bd32abec2109a01e9add4b829d78)) | ||
- Generating valid-ish points now ([`461eab9`](https://github.com/spmadden/irox/commit/461eab91332d6e02eb32cef638fdd1bc67668c3b)) | ||
- More progress with the sonar converter ([`f8344d4`](https://github.com/spmadden/irox/commit/f8344d4d68301e9f5d5769ee5b44e0f620de9b7d)) | ||
- New raymarine sonar converter module ([`4ae68a2`](https://github.com/spmadden/irox/commit/4ae68a2a460674837bc8ff4cf7282ae69e60bbbc)) | ||
</details> | ||
|
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
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
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
Oops, something went wrong.