22
33All notable changes to this project will be documented in this file.
44
5- ## [ 0.1.9 ] - 2025-05-12
5+ ## [ 0.1.10 ] - 2025-07-30
66
77### 🚀 Features
88
@@ -15,13 +15,23 @@ All notable changes to this project will be documented in this file.
1515- The NaicsSector::from_key method is now NaicsSector::from_code.
1616- Added the ` NaicsSubcategory ` type to represent Naics industry codes with a length of five digits.
1717- NaicsIndustry enum added to represent the full six-digit NAICS codes.
18+ - ` Scope ` and ` Overwrite ` types added to module to represent parameter options for ` Queue ` methods.
19+ - ` Overwrite ` and ` Scope ` added to parameter arguments for ` Queue ` methods.
20+ - ` next_mne_error ` added to testing suite to retry to first of a presumably long list of errors, intended for use on TRACE.
21+ - ` Naics ` type added to module.
1822
1923### 🐛 Bug Fixes
2024
2125- Explicit version numbers added to workspace members.
2226- NaicsSubcategory variants and method values corrected in response to unit testing.
2327- ` NaicsCategory ` variants and methods corrected in response to unit testing.
2428- Typo corrections in the reference file for NAICS codes.
29+ - Clippy fixes and some commented out WIP.
30+ - Temporary down-throttle of the rate limiting for testing.
31+ - Corrections to 2022 NAICS codes.
32+ - Edge case handled where a single item causes the list to serialize as a ` serde_json::Value::Object ` instead of a ` serde_json::Value::Array ` .
33+ - Corrections to 2022 Naics codes incorporated into Naics types.
34+ - Special cases added for MNE tables.
2535
2636### 🚜 Refactor
2737
@@ -43,6 +53,12 @@ All notable changes to this project will be documented in this file.
4353### 📚 Documentation
4454
4555- Descriptions added for member crates.
56+ - Doc comments added to justfile.
57+
58+ ### 🎨 Styling
59+
60+ - Clarify reporting on the ` FromStrError ` type.
61+ - Minor refactor of tracing subscriber filter.
4662
4763### 🧪 Testing
4864
@@ -51,6 +67,8 @@ All notable changes to this project will be documented in this file.
5167- Verification testings for Naics types added validating variant names, description and codes against the .csv files in the cave.
5268- Check_naics_industry added to check_naics test suite.
5369- Check_naics_industry added to check_naics test suite.
70+ - Flux in unit tests related to bulk dataset downloads.
71+ - Queue tests updated with ` Overwrite ` and ` Scope ` arguments.
5472
5573### ⚙️ Miscellaneous Tasks
5674
@@ -66,6 +84,16 @@ All notable changes to this project will be documented in this file.
6684- NaicsIndustry enum added to public visibility in lib.rs and mod.rs.
6785- Minor update to tokio and patch updates to clap and jiff dependencies.
6886- Locked flag added to cargo-dist and cargo-release installs.
87+ - ` git-cliff ` added to justfile.
88+ - Increment version to 0.1.10.
89+ - Patch update to derive_setters dependency.
90+ - Dependency updates for clap, console, jiff, reqwest and tokio.
91+ - Patch updates to dependency ` clap ` and dev-dependency ` anyhow ` .
92+ - ` rand ` added as dependency. Patch updates to ` clap ` , ` serde_json ` , ` strum ` and ` tokio ` .
93+ - ` rand ` added as dependency.
94+ - Types updated for public visibility.
95+ - Naics codes table added back in for backwards compability until the transition to full Naics types is complete.
96+ - Cargo-dist update.
6997
7098## [ 0.1.6] - 2025-03-31
7199
0 commit comments