summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Collapse)Author
2019-08-12chore(bump): v0.8.0v0.8.0Matan Kushner
2019-08-12chore(bump): v0.7.0v0.7.0Matan Kushner
2019-08-10chore(bump): v0.6.0v0.6.0Matan Kushner
2019-08-08chore(bump): v0.5.0v0.5.0Matan Kushner
2019-08-05chore(bump): v0.4.1v0.4.1Matan Kushner
2019-07-29chore(deps): Bump log from 0.4.7 to 0.4.8 (#123)dependabot-preview[bot]
Bumps [log](https://github.com/rust-lang/log) from 0.4.7 to 0.4.8. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/commits)
2019-07-29chore(deps): Bump dirs from 2.0.1 to 2.0.2 (#122)dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.1 to 2.0.2. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits)
2019-07-28chore(bump): v0.4.0v0.4.0Matan Kushner
2019-07-28feat: Use Unix-style slash on Windows (#119)Andrew Dassonville
Prior to this change, starship would use inconsistent slashes when displaying the working directory. With this change, starship uses Unix-style slashes on all platforms. This is consistent with the Git Bash and Cygwin prompts on Windows.
2019-07-25chore(deps): Bump git2 from 0.9.1 to 0.9.2 (#114)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.1 to 0.9.2. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.9.1...git2-curl-0.9.2)
2019-07-23chore(bump): v0.3.2v0.3.2Matan Kushner
2019-07-20chore: v3.0.1Matan Kushner
2019-07-19v0.3.0Matan Kushner
2019-07-15chore(deps): Bump ansi_term from 0.11.0 to 0.12.0 (#96)dependabot-preview[bot]
Bumps [ansi_term](https://github.com/ogham/rust-ansi-term) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/ogham/rust-ansi-term/releases) - [Commits](https://github.com/ogham/rust-ansi-term/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-11chore(deps): Bump log from 0.4.6 to 0.4.7 (#93)dependabot-preview[bot]
Bumps [log](https://github.com/rust-lang/log) from 0.4.6 to 0.4.7. - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang-nursery/log/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/log/compare/0.4.6...0.4.7) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-10chore(release): 0.2.0Matan Kushner
2019-07-10chore: Publish crate to Crates.io (#92)Matan Kushner
* Add all the necessary Cargo.toml details for crates.io * Update the image on README.md to be a full URL so crates.io can load it * Update installation instructions to encourage installing from crates.io
2019-07-03feat: Implement simplified prompt setup process (#90)Matan Kushner
• Add starship init which prints the shell function used to execute starship • Document the new setup process using starship init • Remove benchmarks for now (WIP replacement benchmarks in "benchmarking" branch )
2019-07-02chore(deps): [Security] Bump smallvec from 0.6.9 to 0.6.10 (#91)dependabot-preview[bot]
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.9 to 0.6.10. **This update includes security fixes.** - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-07-02feat: Add a `disabled` configuration option for modules (#86)Matan Kushner
• Add support for the disabled configuration option This will allow you to selectively disable modules that you don't want or need. 😄 • Overwrite starship configuration file path with STARSHIP_CONFIG environment variable • Write tests for the two configuration options that are available
2019-07-01chore(deps): Bump tempfile from 3.0.8 to 3.1.0 (#89)dependabot-preview[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.8 to 3.1.0. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.0.8...v3.1.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
2019-07-01chore(deps): Bump serde_json from 1.0.39 to 1.0.40 (#88)dependabot-preview[bot]
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.39 to 1.0.40. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.39...v1.0.40) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-06-13chore(deps): Bump rayon from 1.0.3 to 1.1.0 (#78)dependabot-preview[bot]
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.0.3 to 1.1.0. - [Release notes](https://github.com/rayon-rs/rayon/releases) - [Changelog](https://github.com/rayon-rs/rayon/blob/master/RELEASES.md) - [Commits](https://github.com/rayon-rs/rayon/compare/v1.0.3...rayon-core-v1.1.0)
2019-06-12chore(deps): Bump git2 from 0.9.0 to 0.9.1 (#76)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.9.0 to 0.9.1. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/0.9.0...0.9.1)
2019-06-05chore(deps): Bump battery from 0.7.3 to 0.7.4 (#74)dependabot-preview[bot]
Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/svartalf/rust-battery/releases) - [Changelog](https://github.com/svartalf/rust-battery/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/rust-battery/compare/0.7.3...0.7.4)
2019-06-05chore(deps): Bump git2 from 0.8.0 to 0.9.0 (#75)dependabot-preview[bot]
Bumps [git2](https://github.com/rust-lang/git2-rs) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/rust-lang/git2-rs/releases) - [Commits](https://github.com/rust-lang/git2-rs/compare/git2-curl-0.8.0...0.9.0)
2019-05-31chore(deps): Bump battery from 0.7.2 to 0.7.3 (#72)dependabot-preview[bot]
Bumps [battery](https://github.com/svartalf/rust-battery) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/svartalf/rust-battery/releases) - [Changelog](https://github.com/svartalf/rust-battery/blob/master/CHANGELOG.md) - [Commits](https://github.com/svartalf/rust-battery/compare/0.7.2...0.7.3)
2019-05-31chore(deps): Bump dirs from 2.0.0 to 2.0.1 (#73)dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits)
2019-05-27chore(deps): Bump dirs from 1.0.5 to 2.0.0 (#67)dependabot-preview[bot]
Bumps [dirs](https://github.com/soc/dirs-rs) from 1.0.5 to 2.0.0. - [Release notes](https://github.com/soc/dirs-rs/releases) - [Commits](https://github.com/soc/dirs-rs/commits)
2019-05-22feat: Add battery module(#63)Matan Kushner
2019-05-20chore(deps): Bump tempfile from 3.0.7 to 3.0.8 (#60)dependabot[bot]
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.0.7 to 3.0.8. - [Release notes](https://github.com/Stebalien/tempfile/releases) - [Changelog](https://github.com/Stebalien/tempfile/blob/master/NEWS) - [Commits](https://github.com/Stebalien/tempfile/compare/v3.0.7...v3.0.8) Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-17chore(deps): Bump toml from 0.5.0 to 0.5.1 (#58)dependabot[bot]
Bumps [toml](https://github.com/alexcrichton/toml-rs) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/alexcrichton/toml-rs/releases) - [Commits](https://github.com/alexcrichton/toml-rs/compare/0.5.0...0.5.1) Signed-off-by: dependabot[bot] <support@dependabot.com> Co-authored-by: Dependabot <support@dependabot.com>
2019-05-13Implement the git status module (#45)Matan Kushner
2019-05-09Parallelize prompt modules (#46)Matan Kushner
2019-05-01Add the package version segment (#35)John Letey
2019-04-18Bump clap from 2.32.0 to 2.33.0 (#13)dependabot[bot]
2019-04-16Use criterion.rs for section benchmarking (#8)Matan Kushner
### Changes - Replace Rust nightly built-in benchmarking with criterion.rs - Add benchmarking to Azure Pipelines
2019-04-16Replace tempdir with tempfile (#7)Matan Kushner
2019-04-15Add integration tests (#6)Matan Kushner
### Changed - Added current_dir param to segments to make them more testable - Moved all existing integration tests to a `tests/` dir ### Added - A whole bunch of new integration tests
2019-04-12Revert "Parallelize nodejs file checks"Matan Kushner
This reverts commit 99bdf27ecac655b54b03d7389b1b24970a1ec9ec.
2019-04-12Parallelize nodejs file checksMatan Kushner
2019-04-07Use git project root for truncationMatan Kushner
2019-04-04Add basic benchmarksMatan Kushner
2019-04-04Add dir section with home truncationMatan Kushner
2019-04-02Start working on char color for statusMatan Kushner
2019-04-01Initial commitMatan Kushner