Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ggwpez/zepter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: ggwpez/zepter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 13 commits
  • 33 files changed
  • 2 contributors

Commits on Feb 1, 2024

  1. Bump the known_good_semver group with 3 updates (#73)

    Bumps the known_good_semver group with 3 updates: [serde](https://github.com/serde-rs/serde), [serde_json](https://github.com/serde-rs/json) and [serde_yaml](https://github.com/dtolnay/serde-yaml).
    
    
    Updates `serde` from 1.0.195 to 1.0.196
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.195...v1.0.196)
    
    Updates `serde_json` from 1.0.111 to 1.0.113
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.111...v1.0.113)
    
    Updates `serde_yaml` from 0.9.30 to 0.9.31
    - [Release notes](https://github.com/dtolnay/serde-yaml/releases)
    - [Commits](dtolnay/serde-yaml@0.9.30...0.9.31)
    
    ---
    updated-dependencies:
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: serde_yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    84a505e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. transpose: error instead of panic (#74)

    * Error instead of panic
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump to 1.0.2
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5fdf460 View commit details
    Browse the repository at this point in the history
  2. Bump the known_good_semver group with 2 updates (#75)

    Bumps the known_good_semver group with 2 updates: [itertools](https://github.com/rust-itertools/itertools) and [toml_edit](https://github.com/toml-rs/toml).
    
    
    Updates `itertools` from 0.12.0 to 0.12.1
    - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
    - [Commits](rust-itertools/itertools@v0.12.0...v0.12.1)
    
    Updates `toml_edit` from 0.21.0 to 0.21.1
    - [Commits](toml-rs/toml@v0.21.0...v0.21.1)
    
    ---
    updated-dependencies:
    - dependency-name: itertools
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: toml_edit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Oliver Tale-Yazdi <[email protected]>
    dependabot[bot] and ggwpez authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9117537 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Update transpose command (#76)

    * Update transpose
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add chagnelog
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update UI tests
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * fmt
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    261f404 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Version 1.1.1 (#78)

    * Fix sorting
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update to 1.74
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update deps
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump more deps
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Adapt to breaking changes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Make msrv check work
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fixes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Remove serde_json and cleanup
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fixes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump nightly to 1.76
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * fmg
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Clippy
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 10, 2024
    Configuration menu
    Copy the full SHA
    656a0d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Fixes (#79)

    * Fix sorting
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update to 1.74
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update deps
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump more deps
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Adapt to breaking changes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Make msrv check work
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fixes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Remove serde_json and cleanup
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fixes
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump nightly to 1.76
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * fmg
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Clippy
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump to 1.1.2
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump to 1.1.2
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    054bd3d View commit details
    Browse the repository at this point in the history
  2. Cleanup code (#80)

    * Move files
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Refactor code
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Cleanup code
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update UI tests
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * fixup
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Add test
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fix test
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6409d9f View commit details
    Browse the repository at this point in the history
  3. Improve transpose command (#81)

    * Nicer print and refactor
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Improve transpose command
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Bump to 1.3.0
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * clippy
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    eb1bd05 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Bump the known_good_semver group with 6 updates (#82)

    Bumps the known_good_semver group with 6 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.79` | `1.0.80` |
    | [clap](https://github.com/clap-rs/clap) | `4.5.0` | `4.5.1` |
    | [env_logger](https://github.com/rust-cli/env_logger) | `0.11.1` | `0.11.2` |
    | [semver](https://github.com/dtolnay/semver) | `1.0.21` | `1.0.22` |
    | [serde_yaml](https://github.com/dtolnay/serde-yaml) | `0.9.31` | `0.9.32` |
    | [toml_edit](https://github.com/toml-rs/toml) | `0.22.4` | `0.22.6` |
    
    
    Updates `anyhow` from 1.0.79 to 1.0.80
    - [Release notes](https://github.com/dtolnay/anyhow/releases)
    - [Commits](dtolnay/anyhow@1.0.79...1.0.80)
    
    Updates `clap` from 4.5.0 to 4.5.1
    - [Release notes](https://github.com/clap-rs/clap/releases)
    - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
    - [Commits](clap-rs/clap@clap_complete-v4.5.0...clap_complete-v4.5.1)
    
    Updates `env_logger` from 0.11.1 to 0.11.2
    - [Release notes](https://github.com/rust-cli/env_logger/releases)
    - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md)
    - [Commits](rust-cli/env_logger@v0.11.1...v0.11.2)
    
    Updates `semver` from 1.0.21 to 1.0.22
    - [Release notes](https://github.com/dtolnay/semver/releases)
    - [Commits](dtolnay/semver@1.0.21...1.0.22)
    
    Updates `serde_yaml` from 0.9.31 to 0.9.32
    - [Release notes](https://github.com/dtolnay/serde-yaml/releases)
    - [Commits](dtolnay/serde-yaml@0.9.31...0.9.32)
    
    Updates `toml_edit` from 0.22.4 to 0.22.6
    - [Commits](toml-rs/toml@v0.22.4...v0.22.6)
    
    ---
    updated-dependencies:
    - dependency-name: anyhow
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: clap
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: env_logger
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: semver
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: serde_yaml
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: toml_edit
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    769cd35 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Add source location filtering (#84)

    * Add source location filtering
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Delete old test
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update UI test lockfiles
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4ec87d3 View commit details
    Browse the repository at this point in the history
  2. Bump the known_good_semver group with 5 updates (#85)

    Bumps the known_good_semver group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.0.13` | `2.0.14` |
    | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` |
    | [serde](https://github.com/serde-rs/serde) | `1.0.196` | `1.0.197` |
    | [serde_json](https://github.com/serde-rs/json) | `1.0.113` | `1.0.114` |
    | [tempfile](https://github.com/Stebalien/tempfile) | `3.10.0` | `3.10.1` |
    
    
    Updates `assert_cmd` from 2.0.13 to 2.0.14
    - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md)
    - [Commits](assert-rs/assert_cmd@v2.0.13...v2.0.14)
    
    Updates `log` from 0.4.20 to 0.4.21
    - [Release notes](https://github.com/rust-lang/log/releases)
    - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
    - [Commits](rust-lang/log@0.4.20...0.4.21)
    
    Updates `serde` from 1.0.196 to 1.0.197
    - [Release notes](https://github.com/serde-rs/serde/releases)
    - [Commits](serde-rs/serde@v1.0.196...v1.0.197)
    
    Updates `serde_json` from 1.0.113 to 1.0.114
    - [Release notes](https://github.com/serde-rs/json/releases)
    - [Commits](serde-rs/json@v1.0.113...v1.0.114)
    
    Updates `tempfile` from 3.10.0 to 3.10.1
    - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md)
    - [Commits](Stebalien/tempfile@v3.10.0...v3.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: assert_cmd
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: log
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: serde
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: serde_json
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    - dependency-name: tempfile
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: known_good_semver
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    7c7c82c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Bump mio from 0.8.10 to 0.8.11 (#86)

    Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.10 to 0.8.11.
    - [Release notes](https://github.com/tokio-rs/mio/releases)
    - [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
    - [Commits](tokio-rs/mio@v0.8.10...v0.8.11)
    
    ---
    updated-dependencies:
    - dependency-name: mio
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d820f85 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix lift-to-workspace (#87)

    * Add source location filtering
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Delete old test
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Update UI test lockfiles
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Fix issue with lift-to-workspace
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    * Clippy
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    
    ---------
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    dbcce3c View commit details
    Browse the repository at this point in the history
Loading