Skip to content

Commit 28976ff

Browse files
committed
release: 0.8.1
1 parent f5fe807 commit 28976ff

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
Recent and upcoming changes to dbt2looker
44

5+
## 0.8.1
6+
### Added
7+
- Dimensions have an `enabled` flag that can be used to switch off generated dimensions for certain columns with `enabled: false`
8+
- Measures have been aliased with the following: `measures,measure,metrics,metric`
9+
10+
### Changed
11+
- Updated dependencies
12+
513
## 0.8.0
614
### Changed
715
- Command line interface changed argument from `--target` to `--target-dir`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dbt2looker"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
description = "Generate lookml view files from dbt models"
55
authors = ["oliverlaslett <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)