We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4fbfa commit 9df8bebCopy full SHA for 9df8beb
CHANGELOG.md
@@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [v0.3.0] - 2021-04-15
10
+### Added
11
+- Configuration functions for `repos` package.
12
+### Changed
13
+- `self-update` command git output to throwaway variable.
14
+- `git::fetch` function output to standard output and error.
15
+- `repos:config` command accepts git repository as a remote configuration.
16
+
17
+### Fixed
18
+- Incorrect variable name for git remote config in `env::remote_configuration`.
19
20
## [v0.2.1] - 2021-04-15
21
### Added
22
- `git::fetch` function to `git` package.
0 commit comments