Skip to content

Commit

Permalink
Release irox-units v0.3.0, irox-carto v0.3.0, irox-csv v0.3.0, irox-e…
Browse files Browse the repository at this point in the history
…gui-extras v0.3.0, irox-gpx v0.2.0, irox-influxdb_v1 v0.3.0, irox-nmea0183 v0.2.0, irox-raymarine-sonar v0.2.0, irox-time v0.1.0, irox-winlocation-api v0.2.0, irox v0.3.0, safety bump 2 crates

SAFETY BUMP: irox-influxdb_v1 v0.3.0, irox v0.3.0
  • Loading branch information
spmadden committed Oct 16, 2023
1 parent c1606c4 commit a6c0a5f
Show file tree
Hide file tree
Showing 16 changed files with 355 additions and 21 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 56 additions & 1 deletion data-formats/csv/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,62 @@



## v0.3.0 (2023-10-16)

### Documentation

- <csr-id-13ae74c7a318037939a4604a28a1cf33d87741a0/> update docs for rustdoc-lints

### New Features

- <csr-id-7090af7410fa95c6a4f09d4f6e99826a7eef8ec4/> add dialect option to reader
- <csr-id-51050d666b2d523776eab99531e6b85d5a7e1596/> Moved reader and writer into separate modules
- <csr-id-7c509d006010ac421429b08b3cfb51afbfa1f0c4/> Created Dialects and Tokenizers

### New Features (BREAKING)

- <csr-id-2e4a584642a34fe7dee9b477b4fc0a86fe62bfe4/> Add the ability to have comment lines
- <csr-id-6b24c66b7208048fa6ef8c951a0e1a3dbc23c98f/> rework writer to use dialects, remove builder
- <csr-id-8d8140c7164638c859e88229fe42a9b2ba0b5d41/> rework dialects
- <csr-id-a2bed65772914f4981d0c7dc060bfd3bb5e15b57/> Upgraded to use new, more powerful scanner.
This will open the way to new CSV dialects.

### Bug Fixes (BREAKING)

- <csr-id-28e07a41df63f6d5551db7b0135aface45d91fa4/> actually compliant with RFC4180, CRLF instead of LF for line endings

### Commit Statistics

<csr-read-only-do-not-edit/>

- 10 commits contributed to the release over the course of 7 calendar days.
- 27 days passed between releases.
- 9 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**
- Release irox-tools v0.2.2 ([`f49db4f`](https://github.com/spmadden/irox/commit/f49db4fc702003b0e464b0dbcc65cdcf0c629935))
- Update docs for rustdoc-lints ([`13ae74c`](https://github.com/spmadden/irox/commit/13ae74c7a318037939a4604a28a1cf33d87741a0))
- Add the ability to have comment lines ([`2e4a584`](https://github.com/spmadden/irox/commit/2e4a584642a34fe7dee9b477b4fc0a86fe62bfe4))
- Actually compliant with RFC4180, CRLF instead of LF for line endings ([`28e07a4`](https://github.com/spmadden/irox/commit/28e07a41df63f6d5551db7b0135aface45d91fa4))
- Add dialect option to reader ([`7090af7`](https://github.com/spmadden/irox/commit/7090af7410fa95c6a4f09d4f6e99826a7eef8ec4))
- Rework writer to use dialects, remove builder ([`6b24c66`](https://github.com/spmadden/irox/commit/6b24c66b7208048fa6ef8c951a0e1a3dbc23c98f))
- Rework dialects ([`8d8140c`](https://github.com/spmadden/irox/commit/8d8140c7164638c859e88229fe42a9b2ba0b5d41))
- Upgraded to use new, more powerful scanner. ([`a2bed65`](https://github.com/spmadden/irox/commit/a2bed65772914f4981d0c7dc060bfd3bb5e15b57))
- Moved reader and writer into separate modules ([`51050d6`](https://github.com/spmadden/irox/commit/51050d666b2d523776eab99531e6b85d5a7e1596))
- Created Dialects and Tokenizers ([`7c509d0`](https://github.com/spmadden/irox/commit/7c509d006010ac421429b08b3cfb51afbfa1f0c4))
</details>

## v0.2.1 (2023-09-18)

<csr-id-f99614a5ce3368072b4d44dacede0e6e847b0b2e/>

### Chore

- <csr-id-f99614a5ce3368072b4d44dacede0e6e847b0b2e/> Fix up the readmes for publishing
Expand All @@ -11,7 +65,7 @@

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 2 commits contributed to the release.
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -22,6 +76,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-csv v0.2.1 ([`c6d09fa`](https://github.com/spmadden/irox/commit/c6d09fa4965c8f6fa3d78bd7c1231e7982118b8c))
- Fix up the readmes for publishing ([`f99614a`](https://github.com/spmadden/irox/commit/f99614a5ce3368072b4d44dacede0e6e847b0b2e))
</details>

Expand Down
2 changes: 1 addition & 1 deletion data-formats/csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-csv"
description = "CSV Reader/Writer"
keywords = ["irox", "csv", "encoder", "decoder"]
categories = ["encoding", "parser-implementations"]
version= "0.2.1"
version= "0.3.0"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down
36 changes: 35 additions & 1 deletion data-formats/gpx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,40 @@


## v0.2.0 (2023-10-16)

### Documentation

- <csr-id-13ae74c7a318037939a4604a28a1cf33d87741a0/> update docs for rustdoc-lints

### New Features

- <csr-id-8dc3f98d6b32d735c009468feb0ba32dc367d49a/> bump versions for release

### Commit Statistics

<csr-read-only-do-not-edit/>

- 2 commits contributed to the release.
- 7 days passed between releases.
- 2 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**
- Bump versions for release ([`8dc3f98`](https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a))
- Update docs for rustdoc-lints ([`13ae74c`](https://github.com/spmadden/irox/commit/13ae74c7a318037939a4604a28a1cf33d87741a0))
</details>

## v0.1.0 (2023-10-08)

<csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/>
<csr-id-31ab14449ae83ce6fbe3959461aa688fb3c1777c/>

### Chore

- <csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/> adding empty changelogs to prep for release
Expand All @@ -18,7 +51,7 @@

<csr-read-only-do-not-edit/>

- 3 commits contributed to the release.
- 4 commits contributed to the release.
- 3 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -29,6 +62,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- 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 ([`68d770b`](https://github.com/spmadden/irox/commit/68d770bb78abe49bf30364ca17ddb6f7bfda05d9))
- 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))
Expand Down
33 changes: 32 additions & 1 deletion data-formats/nmea0183/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@



## v0.2.0 (2023-10-16)

### New Features

- <csr-id-8dc3f98d6b32d735c009468feb0ba32dc367d49a/> bump versions for release

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 27 days passed between releases.
- 1 commit was 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**
- Bump versions for release ([`8dc3f98`](https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a))
</details>

## v0.1.0 (2023-09-18)

<csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/>
<csr-id-80d2b88bdcb553faaeafc09673c31d7ebedafd19/>
<csr-id-1a365333397b02a5f911d0897c3bf0c80f6c2b80/>

### Chore

- <csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/> clean up code with additional lints
Expand All @@ -18,7 +48,7 @@

<csr-read-only-do-not-edit/>

- 6 commits contributed to the release over the course of 42 calendar days.
- 7 commits contributed to the release over the course of 44 calendar days.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -29,6 +59,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates ([`6a72204`](https://github.com/spmadden/irox/commit/6a722046661ceef02a66c2067e2c5c15ce102e04))
- Clean up code with additional lints ([`f03d8a3`](https://github.com/spmadden/irox/commit/f03d8a3ec997d53470bfdeb5e76b71925aac3f10))
- Update cargo.tomls to add repository ([`80d2b88`](https://github.com/spmadden/irox/commit/80d2b88bdcb553faaeafc09673c31d7ebedafd19))
- Setting up blank changelogs for the modules ([`1a36533`](https://github.com/spmadden/irox/commit/1a365333397b02a5f911d0897c3bf0c80f6c2b80))
Expand Down
34 changes: 33 additions & 1 deletion data-formats/raymarine-sonar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,38 @@


## v0.2.0 (2023-10-16)

### New Features

- <csr-id-8dc3f98d6b32d735c009468feb0ba32dc367d49a/> bump versions for release

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 7 days passed between releases.
- 1 commit was 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**
- Bump versions for release ([`8dc3f98`](https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a))
</details>

## v0.1.0 (2023-10-08)

<csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/>
<csr-id-6044deb9138bcdad7cf892d1fe25e6ee84d4db04/>
<csr-id-17196e558011bd32abec2109a01e9add4b829d78/>
<csr-id-461eab91332d6e02eb32cef638fdd1bc67668c3b/>
<csr-id-f8344d4d68301e9f5d5769ee5b44e0f620de9b7d/>

### Chore

- <csr-id-8b615cc2bb578961c2cd8895814932c9d84ee294/> adding empty changelogs to prep for release
Expand All @@ -22,7 +53,7 @@

<csr-read-only-do-not-edit/>

- 7 commits contributed to the release over the course of 8 calendar days.
- 8 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

Expand All @@ -33,6 +64,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- 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 ([`68d770b`](https://github.com/spmadden/irox/commit/68d770bb78abe49bf30364ca17ddb6f7bfda05d9))
- 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))
Expand Down
35 changes: 34 additions & 1 deletion interfaces/influxdb_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,39 @@



## v0.3.0 (2023-10-16)

### Bug Fixes

- <csr-id-dbfad4cd06848cbad1726c90a4c75afdcc18792f/> fix CSV module import

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release over the course of 7 calendar days.
- 27 days passed between releases.
- 1 commit was 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**
- Fix CSV module import ([`dbfad4c`](https://github.com/spmadden/irox/commit/dbfad4cd06848cbad1726c90a4c75afdcc18792f))
</details>

## v0.2.0 (2023-09-18)

<csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/>
<csr-id-80d2b88bdcb553faaeafc09673c31d7ebedafd19/>
<csr-id-b9a0ae0ccb51682bd9c36e9ab198f38634a62ade/>
<csr-id-1a365333397b02a5f911d0897c3bf0c80f6c2b80/>
<csr-id-68d0ccb063cec26d23cacbdb65b333d460282e89/>

### Chore

- <csr-id-f03d8a3ec997d53470bfdeb5e76b71925aac3f10/> clean up code with additional lints
Expand All @@ -21,7 +53,7 @@

<csr-read-only-do-not-edit/>

- 6 commits contributed to the release over the course of 18 calendar days.
- 7 commits contributed to the release over the course of 20 calendar days.
- 6 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages

Expand All @@ -32,6 +64,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- Release irox-enums_derive v0.2.0, irox-enums v0.2.0, irox-tools v0.2.0, irox-units v0.2.0, irox-carto v0.2.0, irox-csv v0.2.0, irox-egui-extras v0.2.0, irox-networking v0.2.0, irox-types v0.2.0, irox-influxdb_v1 v0.2.0, irox-structs_derive v0.2.0, irox-structs v0.2.0, irox-nmea0183 v0.1.0, irox-sirf v0.2.0, irox-stats v0.2.0, irox-winlocation-api v0.1.0, irox v0.2.0, safety bump 10 crates ([`6a72204`](https://github.com/spmadden/irox/commit/6a722046661ceef02a66c2067e2c5c15ce102e04))
- Clean up code with additional lints ([`f03d8a3`](https://github.com/spmadden/irox/commit/f03d8a3ec997d53470bfdeb5e76b71925aac3f10))
- Update cargo.tomls to add repository ([`80d2b88`](https://github.com/spmadden/irox/commit/80d2b88bdcb553faaeafc09673c31d7ebedafd19))
- Update to new CSV interface ([`60a6eba`](https://github.com/spmadden/irox/commit/60a6eba3322df034e5501ced1ee5c7fef231f3c0))
Expand Down
2 changes: 1 addition & 1 deletion interfaces/influxdb_v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-influxdb_v1"
description = "InfluxDB v1 API Client"
keywords = ["irox", "db", "api", "influxdb"]
categories = ["api-bindings", "database"]
version= "0.2.0"
version= "0.3.0"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down
28 changes: 27 additions & 1 deletion interfaces/win-location-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@



## v0.2.0 (2023-10-16)

### New Features

- <csr-id-8dc3f98d6b32d735c009468feb0ba32dc367d49a/> bump versions for release

### Commit Statistics

<csr-read-only-do-not-edit/>

- 1 commit contributed to the release.
- 7 days passed between releases.
- 1 commit was 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**
- Bump versions for release ([`8dc3f98`](https://github.com/spmadden/irox/commit/8dc3f98d6b32d735c009468feb0ba32dc367d49a))
</details>

## v0.1.1 (2023-10-08)

### New Features
Expand All @@ -22,7 +47,7 @@

<csr-read-only-do-not-edit/>

- 9 commits contributed to the release over the course of 19 calendar days.
- 10 commits contributed to the release over the course of 19 calendar days.
- 19 days passed between releases.
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -34,6 +59,7 @@
<details><summary>view details</summary>

* **Uncategorized**
- 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 ([`68d770b`](https://github.com/spmadden/irox/commit/68d770bb78abe49bf30364ca17ddb6f7bfda05d9))
- Switching to manual convert of nanos in timestamp ([`c368a7f`](https://github.com/spmadden/irox/commit/c368a7f0d50cbf852b3068d6be18de02ae5cc2b8))
- Using micros instead of nanos for wintime ([`db5ef9a`](https://github.com/spmadden/irox/commit/db5ef9abe171c2d02ad8d6066687097daf1a37a3))
- And yet another fix for the timestamp ([`099c216`](https://github.com/spmadden/irox/commit/099c216acb827aae3d7f31483b14c2a707f7186a))
Expand Down
Loading

0 comments on commit a6c0a5f

Please sign in to comment.