aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* chore(deps): update rust crate anyhow to v1.0.84Renovate Bot2024-05-171-2/+2
|
* chore(deps): update rust crate thiserror to v1.0.61Renovate Bot2024-05-171-4/+4
|
* chore(deps): update rust crate thiserror to v1.0.60Renovate Bot2024-05-071-4/+4
|
* chore(deps): update rust crate anyhow to v1.0.83Renovate Bot2024-05-061-2/+2
|
* chore(deps): update rust crate clap to 4.5.4Renovate Bot2024-04-252-13/+13
|
* chore(deps): update rust crate thiserror to 1.0.59Renovate Bot2024-04-252-5/+5
|
* chore(deps): update rust crate slotmap to 1.0.7Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate nom_locate to 4.2.0Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate nom to 7.1.3Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate log to 0.4.21Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate globset to 0.4.14Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate env_logger to 0.11.3Renovate Bot2024-04-252-7/+7
|
* chore(deps): update rust crate colored to 2.1.0Renovate Bot2024-04-251-1/+1
|
* chore(deps): update rust crate anyhow to 1.0.82Renovate Bot2024-04-252-3/+3
|
* Merge pull request 'chore(deps): update rust crate env_logger to 0.11' (#2) ↵diogo4642024-02-042-46/+18
|\ | | | | | | | | | | from renovate/env_logger-0.x into main Reviewed-on: https://git.d464.sh/code/dotup/pulls/2
| * chore(deps): update rust crate env_logger to 0.11Renovate Bot2024-02-042-46/+18
|/
* Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure ↵diogo4642024-02-041-0/+6
|\ | | | | | | | | | | into main Reviewed-on: https://git.d464.sh/code/dotup/pulls/1
| * Add renovate.jsonRenovate Bot2024-02-041-0/+6
| |
* | added check actiondiogo4642024-02-041-0/+10
|/
* added asset upload to workflow0.3.0diogo4642024-01-181-0/+8
|
* fixed typo in workflow filediogo4642024-01-181-1/+1
|
* release 0.3.0diogo4642024-01-182-2/+2
|
* added release workflowdiogo4642024-01-184-7/+45
|
* removed github workflowsdiogo4642024-01-184-153/+0
|
* chore: updated dependenciesdiogo4642024-01-181-233/+167
|
* chore: version 0.2.30.2.3diogo4642023-06-281-1/+1
|
* fix: installing existing broken symlink.diogo4642023-06-281-5/+19
| | | | | | | When installing a symlink but the target symlink already existed and was broken it would fail since it could not canonicalize the path properly. `fs_exists` also failed to account for broken symlinks and would return false when the symlink existed but was broken.
* fix: updated drain_filter api to new extract_ifdiogo4642023-06-282-2/+2
|
* Merge pull request #85 from diogo464/dependabot/cargo/clap-4.3.0diogo4642023-06-091-34/+34
|\ | | | | Bump clap from 4.2.1 to 4.3.0
| * Bump clap from 4.2.1 to 4.3.0dependabot[bot]2023-06-011-35/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [clap](https://github.com/clap-rs/clap) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.2.1...clap_complete-v4.3.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #84 from diogo464/dependabot/cargo/inquire-0.6.2diogo4642023-06-091-2/+2
|\ \ | | | | | | Bump inquire from 0.6.0 to 0.6.2
| * | Bump inquire from 0.6.0 to 0.6.2dependabot[bot]2023-06-011-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [inquire](https://github.com/mikaelmello/inquire) from 0.6.0 to 0.6.2. - [Release notes](https://github.com/mikaelmello/inquire/releases) - [Changelog](https://github.com/mikaelmello/inquire/blob/main/CHANGELOG.md) - [Commits](https://github.com/mikaelmello/inquire/compare/v0.6.0...v0.6.2) --- updated-dependencies: - dependency-name: inquire dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #83 from diogo464/dependabot/cargo/log-0.4.18diogo4642023-06-091-5/+2
|\ \ | | | | | | Bump log from 0.4.17 to 0.4.18
| * | Bump log from 0.4.17 to 0.4.18dependabot[bot]2023-06-011-6/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [log](https://github.com/rust-lang/log) from 0.4.17 to 0.4.18. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.17...0.4.18) --- updated-dependencies: - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #86 from diogo464/dependabot/cargo/anyhow-1.0.71diogo4642023-06-091-3/+3
|\ \ | |/ |/| Bump anyhow from 1.0.70 to 1.0.71
| * Bump anyhow from 1.0.70 to 1.0.71dependabot[bot]2023-06-011-3/+3
|/ | | | | | | | | | | | | | Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.70 to 1.0.71. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.70...1.0.71) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* chore: version 0.2.20.2.2diogo4642023-05-041-1/+1
|
* fix: invalid early returndiogo4642023-05-041-2/+2
|
* chore: version 0.2.10.2.1diogo4642023-04-072-2/+2
|
* chore: fix clippy warningsdiogo4642023-04-071-1/+2
|
* version bump: 0.2.00.2.0diogo4642023-04-075-658/+979
|
* fixed typodiogo4642023-04-071-1/+1
|
* allow dash and underscore in namesdiogo4642023-04-071-4/+24
|
* removed unused codediogo4642023-04-073-371/+0
|
* updated dependenciesdiogo4642023-04-072-54/+72
|
* added github action to release binaries0.1.0diogo4642022-09-232-0/+80
|
* clippy fixesdiogo4642022-09-233-27/+16
|
* updated dependenciesdiogo4642022-09-231-12/+12
|
* added basic readmediogo4642022-09-231-0/+34
|
* rewritediogo4642022-09-2315-2033/+2042
|