Releases: rayyildiz/cc2p
Releases · rayyildiz/cc2p
v0.3.7
v0.3.6
Bump cc2p to version 0.3.6 and update dependencies Updated the Cargo.toml, Cargo.lock, and snapcraft.yaml files to reflect the new version (0.3.6). Includes dependency updates such as tokio, clap, and other associated packages to ensure compatibility and incorporate fixes or improvements.
v0.3.5
Upgrade to Rust 2024 edition and update dependencies Bump the Rust edition to 2024 and minimum supported Rust version to 1.85.0. Updated various dependencies to their latest versions and modified workflows to align with the new MSRV. Added `rustfmt.toml` to enforce formatting styles and configured additional steps in GitHub Actions for publishing crates.
v0.3.4
Bump version to 0.3.4 and update MSRV to 1.80.0 Update project version to 0.3.4 in Cargo files. Align workflows by updating the minimum supported Rust version (MSRV) to 1.80.0, ensuring compatibility with the updated toolchain. Remove outdated version specification from the publish workflow.
v0.3.3
Update version to 0.3.3 in project files Bump the version from 0.3.2 to 0.3.3 in Cargo.toml, Cargo.lock, and snapcraft.yaml. This ensures consistency across project metadata and prepares for the next release.
v0.3.2
Update dependencies and bump version to 0.3.2 Updated multiple dependencies to their latest compatible versions to ensure consistency, fix potential issues, and leverage new features. Also bumped package version from 0.3.1 to 0.3.2 for release.
v0.3.1
Update Rust version to 1.78 in README and workflows Updated the README to reflect the new minimum supported Rust version (1.78). Commented out the specified toolchain version in the publish workflow for consistency and flexibility.
v0.3.0
Update version to 0.3.0 and upgrade dependencies Bumped the version from 0.2.15 to 0.3.0 in both snapcraft.yaml and Cargo.toml to reflect major changes. Upgraded tokio to version 1.41 and regex to version 1.11 to enhance performance and compatibility.
v0.2.15
Update dependencies and enhance documentation Updated multiple dependencies for increased stability and performance, and improved the `snapcraft.yaml` description format for better readability. Added detailed documentation for command line arguments and error handling structs in `src/main.rs`.
v0.2.14
Update dependencies to support Arrow 53 version Upgraded Rust version from 1.74 to 1.75 in README.md. Updated all Arrow-related dependencies from version 52 to 53 in Cargo.toml and Cargo.lock. Incremented the package version to 0.2.14 accordingly.