Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Jan 15, 2021
1 parent bb1dac9 commit 4c3394a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0]

### Added

- Added new `gvm use` flag `--no-install` (or `-n`) to disable installing
and updating from source. For example, `gvm use tip -n` will use the tip
assuming you have it already installed, but will not trigger an update.
[#35](https://github.com/andrewkroh/gvm/pull/35)

## [0.2.4]

### Fixed
Expand Down Expand Up @@ -86,3 +95,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [0.0.1]

Initial release.

[Unreleased]: https://github.com/andrewkroh/gvm/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.3.0
[0.2.4]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.4
[0.2.3]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.3
[0.2.2]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.2
[0.2.1]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.1
[0.2.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.0
[0.1.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.1.0
[0.0.5]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.5
[0.0.4]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.4
[0.0.3]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.3
[0.0.2]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.2
[0.0.1]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.1

0 comments on commit 4c3394a

Please sign in to comment.