Skip to content

Commit 63cbe87

Browse files
committed
Release irox-carto v0.6.4
1 parent 731469d commit 63cbe87

File tree

3 files changed

+31
-3
lines changed

3 files changed

+31
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/carto/CHANGELOG.md

+29-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,35 @@
11

22

33

4+
## v0.6.4 (2025-01-26)
5+
6+
### Bug Fixes
7+
8+
- <csr-id-9cd9e624907cded75b72e0aa9734909ded0f93d1/> hopefully fix docsrs builds for cargo, log, stats, units
9+
10+
### Commit Statistics
11+
12+
<csr-read-only-do-not-edit/>
13+
14+
- 2 commits contributed to the release.
15+
- 1 commit was understood as [conventional](https://www.conventionalcommits.org).
16+
- 0 issues like '(#ID)' were seen in commit messages
17+
18+
### Commit Details
19+
20+
<csr-read-only-do-not-edit/>
21+
22+
<details><summary>view details</summary>
23+
24+
* **Uncategorized**
25+
- Release irox-units v0.4.5 ([`731469d`](https://github.com/spmadden/irox/commit/731469da7b0ff6d41bf7488a59767f199d62fb57))
26+
- Hopefully fix docsrs builds for cargo, log, stats, units ([`9cd9e62`](https://github.com/spmadden/irox/commit/9cd9e624907cded75b72e0aa9734909ded0f93d1))
27+
</details>
28+
429
## v0.6.3 (2025-01-26)
530

31+
<csr-id-bad3955a8da0b295db8543b867dc418b8d3d667c/>
32+
633
### Chore
734

835
- <csr-id-bad3955a8da0b295db8543b867dc418b8d3d667c/> Cleanup lints with new math macros
@@ -22,7 +49,7 @@
2249

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

25-
- 9 commits contributed to the release over the course of 35 calendar days.
52+
- 10 commits contributed to the release over the course of 35 calendar days.
2653
- 43 days passed between releases.
2754
- 9 commits were understood as [conventional](https://www.conventionalcommits.org).
2855
- 0 issues like '(#ID)' were seen in commit messages
@@ -34,6 +61,7 @@
3461
<details><summary>view details</summary>
3562

3663
* **Uncategorized**
64+
- Release irox-carto v0.6.3 ([`6356cbf`](https://github.com/spmadden/irox/commit/6356cbf144e695d9246fd948f8419a3e28bc436b))
3765
- Fixup nostd support in carto ([`8270cef`](https://github.com/spmadden/irox/commit/8270cefc0903fafcf39d8b206a250403df3c79e9))
3866
- Put additional windows support behind feature gate 'windows' ([`087ade5`](https://github.com/spmadden/irox/commit/087ade571cf29d53d8bd391aceec324bdf66b937))
3967
- New LocalENU converter ([`1b47cb6`](https://github.com/spmadden/irox/commit/1b47cb63546d1ff499dcf49e3d862f58c6c927b5))

libraries/carto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "irox-carto"
33
description = "Cartographic & Geospatial Library"
44
keywords = ["irox", "coordinate", "transforms", "epsg", "projections"]
55
categories = ["aerospace", "data-structures", "science::geo", "mathematics"]
6-
version= "0.6.3"
6+
version= "0.6.4"
77
edition.workspace = true
88
authors.workspace = true
99
homepage.workspace = true

0 commit comments

Comments
 (0)