Skip to content

Commit 57c963c

Browse files
author
Alex Higgs
committed
v0.2.1-pre Release
Documentation - Minor additions and corrections to documentation: - Fixed website URL in footer - Added contribution page to docs - Corrected version in dbt_project.yml
1 parent 18bff73 commit 57c963c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.2.1-pre] - 2019-10-07
8+
9+
### Documentation
10+
11+
- Minor additions and corrections to documentation:
12+
- Fixed website URL in footer
13+
- Added contribution page to docs
14+
- Corrected version in dbt_project.yml
715

816
## [v0.2-pre] - 2019-10-07
917

docs/gettingstarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add the following to your ```packages.yml```:
6363
packages:
6464
6565
- git: "https://github.com/Datavault-UK/dbtvault"
66-
revision: 0.1pre
66+
revision: v0.2.1-pre
6767
```
6868

6969
And run

0 commit comments

Comments
 (0)