Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas committed Sep 22, 2021
1 parent f5fe807 commit 28976ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

Recent and upcoming changes to dbt2looker

## 0.8.1
### Added
- Dimensions have an `enabled` flag that can be used to switch off generated dimensions for certain columns with `enabled: false`
- Measures have been aliased with the following: `measures,measure,metrics,metric`

### Changed
- Updated dependencies

## 0.8.0
### Changed
- Command line interface changed argument from `--target` to `--target-dir`
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt2looker"
version = "0.8.0"
version = "0.8.1"
description = "Generate lookml view files from dbt models"
authors = ["oliverlaslett <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 28976ff

Please sign in to comment.