Skip to content

Commit

Permalink
Release irox-tools v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
spmadden committed Oct 16, 2023
1 parent 6954cd3 commit f49db4f
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion data-formats/csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ readme = "README.md"
repository.workspace = true

[dependencies]
irox-tools.workspace = true
irox-tools.workspace = true
2 changes: 1 addition & 1 deletion irox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ irox-stats = { version = "0.2.1", optional = true, path = "../libraries/stats"}
irox-structs = { version = "0.2.0", optional = true, path = "../libraries/structs"}
irox-structs_derive = { version = "0.2.1", optional = true, path = "../libraries/structs_derive"}
irox-time = { version = "0.1.0", optional = true, path = "../libraries/time"}
irox-tools = { version = "0.2.1", optional = true, path = "../libraries/tools"}
irox-tools = { version = "^0.2.2", optional = true, path = "../libraries/tools"}
irox-types = { version = "0.2.1", optional = true, path = "../libraries/types"}
irox-units = { version = "0.2.0", optional = true, path = "../libraries/units"}
46 changes: 45 additions & 1 deletion libraries/tools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,51 @@



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

### Documentation

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

### New Features

- <csr-id-5d0ee4c0a813a180de0c1bd79d98d84518e509cf/> add collect_next_chunk method to itertools
- <csr-id-73b539781d14681122263f5315940e67de6f3f2d/> Scanner can read & return data now.
- <csr-id-763b01e2d5d6508cdaee71000de96c8748c02cf6/> Refactor scanner to have multiple tokens
- <csr-id-c6b8e0f938b71b0da764a33b5ba837cd012a9928/> new Scanner to scan a data stream for tokens

### Bug Fixes

- <csr-id-b2257546d7d9ca0d8620851fbc80d0d68e25ad10/> remove extra clone in scanner

### Commit Statistics

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

- 6 commits contributed to the release over the course of 7 calendar days.
- 7 days passed between releases.
- 6 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**
- Remove extra clone in scanner ([`b225754`](https://github.com/spmadden/irox/commit/b2257546d7d9ca0d8620851fbc80d0d68e25ad10))
- Update docs for rustdoc-lints ([`13ae74c`](https://github.com/spmadden/irox/commit/13ae74c7a318037939a4604a28a1cf33d87741a0))
- Add collect_next_chunk method to itertools ([`5d0ee4c`](https://github.com/spmadden/irox/commit/5d0ee4c0a813a180de0c1bd79d98d84518e509cf))
- Scanner can read & return data now. ([`73b5397`](https://github.com/spmadden/irox/commit/73b539781d14681122263f5315940e67de6f3f2d))
- Refactor scanner to have multiple tokens ([`763b01e`](https://github.com/spmadden/irox/commit/763b01e2d5d6508cdaee71000de96c8748c02cf6))
- New Scanner to scan a data stream for tokens ([`c6b8e0f`](https://github.com/spmadden/irox/commit/c6b8e0f938b71b0da764a33b5ba837cd012a9928))
</details>

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

<csr-id-c1fe9a1fe0a599202b7bf402bb6d81fc5eccc9e2/>

### Chore

- <csr-id-c1fe9a1fe0a599202b7bf402bb6d81fc5eccc9e2/> fix fmt in vec
Expand All @@ -18,7 +61,7 @@

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

- 5 commits contributed to the release over the course of 12 calendar days.
- 6 commits contributed to the release over the course of 12 calendar days.
- 19 days passed between releases.
- 5 commits were understood as [conventional](https://www.conventionalcommits.org).
- 0 issues like '(#ID)' were seen in commit messages
Expand All @@ -30,6 +73,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))
- Fix fmt in vec ([`c1fe9a1`](https://github.com/spmadden/irox/commit/c1fe9a1fe0a599202b7bf402bb6d81fc5eccc9e2))
- Added additional static functions to Bits ([`d9f3dc8`](https://github.com/spmadden/irox/commit/d9f3dc8b63ad33e68b42517ad684c04ba5764218))
- UpperHex for PrettyVec and new PrettyVecDeque ([`d280045`](https://github.com/spmadden/irox/commit/d280045a9c918c9d94b77b9b812b1c43a9d918bd))
Expand Down
2 changes: 1 addition & 1 deletion libraries/tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "irox-tools"
description = "Stuff that should have been in the Rust STL, but aren't"
keywords = ["irox", "tools"]
categories = ["algorithms", "data-structures", "mathematics", "encoding", "network-programming"]
version= "0.2.1"
version= "0.2.2"
edition.workspace = true
authors.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit f49db4f

Please sign in to comment.