From 3d14877e65e772f254e351eb6ee8eb42e2a4b014 Mon Sep 17 00:00:00 2001 From: Sean Madden Date: Fri, 13 Dec 2024 20:33:38 -0500 Subject: [PATCH] Release irox-carto v0.6.2 --- Cargo.lock | 2 +- libraries/carto/CHANGELOG.md | 48 ++++++++++++++++++++++++++++-------- libraries/carto/Cargo.toml | 2 +- 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1077438..f9538a20 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2594,7 +2594,7 @@ dependencies = [ [[package]] name = "irox-carto" -version = "0.6.1" +version = "0.6.2" dependencies = [ "irox-csv", "irox-enums", diff --git a/libraries/carto/CHANGELOG.md b/libraries/carto/CHANGELOG.md index 78e7f8e3..f44117c7 100644 --- a/libraries/carto/CHANGELOG.md +++ b/libraries/carto/CHANGELOG.md @@ -1,8 +1,35 @@ +## v0.6.2 (2024-12-13) + +### New Features + + - basic lcc impl - needs more tests + +### Commit Statistics + + + + - 1 commit contributed to the release. + - 285 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 + + + +
view details + + * **Uncategorized** + - Basic lcc impl - needs more tests ([`83c359b`](https://github.com/spmadden/irox/commit/83c359bd88322ed9c130c54501550544803886de)) +
+ ## v0.6.1 (2024-03-03) + + ### Chore - clean up new lints for 1.75 @@ -11,7 +38,7 @@ - - 1 commit contributed to the release over the course of 6 calendar days. + - 2 commits contributed to the release. - 50 days passed between releases. - 1 commit was understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -23,6 +50,7 @@
view details * **Uncategorized** + - Release irox-carto v0.6.1 ([`08211f8`](https://github.com/spmadden/irox/commit/08211f8152a1b9108f33f2ca371a34f3a791d98b)) - Clean up new lints for 1.75 ([`300356f`](https://github.com/spmadden/irox/commit/300356f119c976f98a230fc37ce7c43e6bd1a9e0))
@@ -55,7 +83,7 @@ - Fixup newline formatting ([`0fc37b1`](https://github.com/spmadden/irox/commit/0fc37b1a2d545e8d6479443f2a55b3ad64bf5a39)) -## v0.5.0 (2023-11-29) +## v0.5.0 (2023-11-28) @@ -79,7 +107,7 @@ - - 7 commits contributed to the release over the course of 23 calendar days. + - 7 commits contributed to the release. - 30 days passed between releases. - 5 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -100,7 +128,7 @@ - Release irox-tools v0.3.2, irox-time v0.3.0, irox-log v0.1.0, safety bump 8 crates ([`9c08793`](https://github.com/spmadden/irox/commit/9c0879320a17a94fa7a4169426de4d9d3b62395e)) -## v0.4.0 (2023-10-30) +## v0.4.0 (2023-10-29) ### New Features @@ -114,7 +142,7 @@ - - 4 commits contributed to the release over the course of 9 calendar days. + - 4 commits contributed to the release. - 14 days passed between releases. - 2 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -132,7 +160,7 @@ - Pivot carto to use irox_time ([`03c0d13`](https://github.com/spmadden/irox/commit/03c0d132037144838952b786b2ac49acb5c177d8)) -## v0.3.0 (2023-10-16) +## v0.3.0 (2023-10-15) ### Documentation @@ -164,7 +192,7 @@ - Update docs for rustdoc-lints ([`13ae74c`](https://github.com/spmadden/irox/commit/13ae74c7a318037939a4604a28a1cf33d87741a0)) -## v0.2.1 (2023-10-08) +## v0.2.1 (2023-10-07) ### New Features @@ -182,7 +210,7 @@ - - 7 commits contributed to the release over the course of 19 calendar days. + - 7 commits contributed to the release. - 19 days passed between releases. - 6 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages @@ -203,7 +231,7 @@ - Don't get clever in EllipticCoordinate::Display for timestamp ([`c5154ce`](https://github.com/spmadden/irox/commit/c5154cecff96fb98c77c9e9a7d1948f38bd5fe18)) -## v0.2.0 (2023-09-18) +## v0.2.0 (2023-09-17) @@ -275,7 +303,7 @@ - - 43 commits contributed to the release over the course of 62 calendar days. + - 43 commits contributed to the release. - 40 commits were understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' were seen in commit messages diff --git a/libraries/carto/Cargo.toml b/libraries/carto/Cargo.toml index c3e6f96d..46de60ca 100644 --- a/libraries/carto/Cargo.toml +++ b/libraries/carto/Cargo.toml @@ -3,7 +3,7 @@ name = "irox-carto" description = "Cartographic & Geospatial Library" keywords = ["irox", "coordinate", "transforms", "epsg", "projections"] categories = ["aerospace", "data-structures", "science::geo", "mathematics"] -version= "0.6.1" +version= "0.6.2" edition.workspace = true authors.workspace = true homepage.workspace = true