Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Releases: randallreedjr/git_switch

v0.5.0

07 Feb 08:48
bfcac0f
Compare
Choose a tag to compare

Updates

  • Add edit flag (-e) to open configuration file in text editor

v0.4.3

07 Feb 07:44
eccd243
Compare
Choose a tag to compare

Fixes

  • Suppress ssh output when run without --verbose option

Maintenance

  • Update bundler

v0.4.2

22 Jan 21:16
91ab5d2
Compare
Choose a tag to compare

Updates

  • Add -v or --version flag to view current gem version

v0.4.1

22 Jan 19:41
a88c293
Compare
Choose a tag to compare

Updates

  • Use git config core.sshCommand to manage active ssh key.

v0.4.0

22 Jan 17:28
1eadf36
Compare
Choose a tag to compare

Updates

  • Add --config flag for guided setup, update README

Maintenance

  • Add instructions for a global rvm install
  • Update spacing to clarify usage output
  • Remove Gemfile.lock from version control
  • Upgrade to bundler 1.17
  • Correct dependency versions

v0.3.2

15 Jan 19:59
9d67caf
Compare
Choose a tag to compare

Fixes

  • Include new Config class in gemspec file list

v0.3.1

15 Jan 19:40
Compare
Choose a tag to compare

Updates

  • Print usage help message if run with no arguments

Maintenance

  • Refactor to split out separate Config class to interface with config file

v0.3.0

20 Sep 13:21
Compare
Choose a tag to compare

Updates

  • Add verbose flag (-v|--verbose) to control level of output

v0.2.1

15 Sep 21:32
Compare
Choose a tag to compare

Minor release with some new features.

Enhancements

  • Remove byebug from dev dependencies [#26]
  • Indicate current profile when running with -l flag [#9]

v0.2.0

31 Aug 10:35
Compare
Choose a tag to compare

Intermediate release with some new features.

Enhancements

  • Allow passing -l or --list to print profiles [#7]
  • Print error when selected profile is not configured [#13]
  • Print basic error message if running with invalid args
  • Print basic error message if running git switch profile -l
  • Display error if running not in a git repo (either move to repo or run with -g)
  • Refactor to create new Options object