8000 Releases · rayyildiz/cc2p · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: rayyildiz/cc2p

v0.3.7

04 May 13:31
Compare
Choose a tag to compare
Bump version to 0.3.7 and update Arrow dependencies.

Updated the project version in `snapcraft.yaml` and `Cargo.toml` to 0.3.7. Upgraded Arrow-related dependencies (`arrow-csv`, `arrow-schema`, `parquet`) to version 55 for compatibility and improvements.

v0.3.6

08 Apr 08:12
Compare
Choose a tag to compare
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

30 Mar 12:05
Compare
Choose a tag to compare
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

19 Feb 05:41
Compare
Choose a tag to compare
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

19 Feb 05:38
Compare
Choose a tag to compare
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

23 Jan 19:09
Compare
Choose a tag to compare
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

21 Dec 07:31
Compare
Choose a tag to compare
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

14 Nov 18:45
Compare
Choose a tag to compare
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

09 Oct 07:23
dd750dd
Compare
Choose a tag to compare
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

06 Sep 06:34
9ebd5e7
Compare
Choose a tag to compare
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.
0