Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump csv-diff from 0.1.0-beta.4 to 0.1.0 #1394

Merged
merged 1 commit into from
Oct 31, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 2023

Bumps csv-diff from 0.1.0-beta.4 to 0.1.0.

Changelog

Sourced from csv-diff's changelog.

0.1.0 (30. October, 2023)

This actually marks the first ever non-alpha/-beta release of csv-diff.馃帀 There are still a lot of things that need to be figured out and there will be breaking changes in the future. Maybe see this as: This is no longer just a proof of concept.

Note that this release actually has no breaking changes compared to the last release.

Added

  • Add new method headers on DiffByteRecordsIterator, DiffByteRecords and DiffByteRecordsIntoIterator (!26 and !27).
    To make it easier for you to write out the headers after the diff, csv-diff now has a headers method on all Diff*-related structs (DiffByteRecordsIterator, DiffByteRecords, DiffByteRecordsIntoIterator), which allow you to get at the left and right headers of the compared CSVs (if they have been parsed with has_headers flag).
  • Add new method num_columns on DiffByteRecordsIterator, DiffByteRecords and DiffByteRecordsIntoIterator (!26).
    This makes it possible to get at the number of columns the diff result will have. This is especially useful, if your initial CSVs you've compared have no headers, but you want to write out (generic) headers with a number suffix like "header_1", "header_2" etc. for your diff result.
  • Add new module csv_headers with new structs Headers and HeadersParsed.
    These get used by new headers methods on Diff*-related structs (see above) (!26 and !27).

Changed

  • Change MSRV to 1.65 and add rust-version field in Cargo.toml (!26).

Fixed

  • None
Commits
  • 1234a93 Merge branch 'prepare-next-release' into 'main'
  • 11548ee Add CHANGELOG entry for v0.1.0
  • a6030fe Bump version to 0.1.0
  • 2d6b4b5 Merge branch 'improve-docs' into 'main'
  • 1d2ba96 Add docs for Headers and HeadersParsed
  • c08a501 Merge branch 'update-deps' into 'main'
  • 0569010 Update deps
  • a972c43 Merge branch 'headers_parsed_no_ref_to_result' into 'main'
  • 08f11ae Add integration tests
  • 9cf28a4 Use Result as return type of headers_*
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [csv-diff](https://gitlab.com/janriemer/csv-diff) from 0.1.0-beta.4 to 0.1.0.
- [Changelog](https://gitlab.com/janriemer/csv-diff/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/janriemer/csv-diff/compare/v0.1.0-beta.4...v0.1.0)

---
updated-dependencies:
- dependency-name: csv-diff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 31, 2023
@jqnatividad jqnatividad merged commit e816d64 into master Oct 31, 2023
11 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/csv-diff-0.1.0 branch October 31, 2023 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant