Skip to content

Commit 4c3394a

Browse files
committed
Release 0.3.0
1 parent bb1dac9 commit 4c3394a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.3.0]
8+
9+
### Added
10+
11+
- Added new `gvm use` flag `--no-install` (or `-n`) to disable installing
12+
and updating from source. For example, `gvm use tip -n` will use the tip
13+
assuming you have it already installed, but will not trigger an update.
14+
[#35](https://github.com/andrewkroh/gvm/pull/35)
15+
716
## [0.2.4]
817

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

8897
Initial release.
98+
99+
[Unreleased]: https://github.com/andrewkroh/gvm/compare/v0.3.0...HEAD
100+
[0.3.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.3.0
101+
[0.2.4]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.4
102+
[0.2.3]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.3
103+
[0.2.2]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.2
104+
[0.2.1]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.1
105+
[0.2.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.2.0
106+
[0.1.0]: https://github.com/andrewkroh/gvm/releases/tag/v0.1.0
107+
[0.0.5]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.5
108+
[0.0.4]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.4
109+
[0.0.3]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.3
110+
[0.0.2]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.2
111+
[0.0.1]: https://github.com/andrewkroh/gvm/releases/tag/v0.0.1

0 commit comments

Comments
 (0)