-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: ggwpez/zepter
base: v1.0.1
head repository: ggwpez/zepter
compare: v1.3.1
- 13 commits
- 33 files changed
- 2 contributors
Commits on Feb 1, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 84a505e - Browse repository at this point
Copy the full SHA 84a505eView commit details
Commits on Feb 5, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5fdf460 - Browse repository at this point
Copy the full SHA 5fdf460View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 9117537 - Browse repository at this point
Copy the full SHA 9117537View commit details
Commits on Feb 6, 2024
-
Update
transposecommand (#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]>
Configuration menu - View commit details
-
Copy full SHA for 261f404 - Browse repository at this point
Copy the full SHA 261f404View commit details
Commits on Feb 10, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 656a0d9 - Browse repository at this point
Copy the full SHA 656a0d9View commit details
Commits on Feb 16, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 054bd3d - Browse repository at this point
Copy the full SHA 054bd3dView commit details -
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 6409d9f - Browse repository at this point
Copy the full SHA 6409d9fView commit details -
Improve
transposecommand (#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]>
Configuration menu - View commit details
-
Copy full SHA for eb1bd05 - Browse repository at this point
Copy the full SHA eb1bd05View commit details
Commits on Feb 19, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for 769cd35 - Browse repository at this point
Copy the full SHA 769cd35View commit details
Commits on Feb 28, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 4ec87d3 - Browse repository at this point
Copy the full SHA 4ec87d3View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 7c7c82c - Browse repository at this point
Copy the full SHA 7c7c82cView commit details
Commits on Mar 4, 2024
-
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>
Configuration menu - View commit details
-
Copy full SHA for d820f85 - Browse repository at this point
Copy the full SHA d820f85View commit details
Commits on Mar 6, 2024
-
* 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]>
Configuration menu - View commit details
-
Copy full SHA for dbcce3c - Browse repository at this point
Copy the full SHA dbcce3cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.1...v1.3.1