From a00ee847f7aaba3ee3274352df84eff40afd4221 Mon Sep 17 00:00:00 2001 From: Quigley Malcolm Date: Wed, 18 Oct 2023 12:09:24 -0700 Subject: [PATCH] Move main from 0.3.x to 0.4.x (#182) * Bump main to be 0.4.0a1 * Cleanup 0.3.x changie docs --- .changes/unreleased/Dependencies-20230927-234903.yaml | 6 ------ .changes/unreleased/Dependencies-20231010-103815.yaml | 6 ------ .changes/unreleased/Features-20230913-172754.yaml | 6 ------ .changes/unreleased/Features-20230918-112159.yaml | 6 ------ .changes/unreleased/Features-20230926-173230.yaml | 6 ------ .changes/unreleased/Features-20230926-182305.yaml | 6 ------ .changes/unreleased/Features-20231009-210737.yaml | 7 ------- .changes/unreleased/Features-20231010-111707.yaml | 6 ------ .changes/unreleased/Fixes-20230914-134708.yaml | 6 ------ .changes/unreleased/Fixes-20230926-092650.yaml | 6 ------ .changes/unreleased/Fixes-20231009-211057.yaml | 7 ------- .changes/unreleased/Under the Hood-20230921-161752.yaml | 6 ------ .changes/unreleased/Under the Hood-20231006-100304.yaml | 6 ------ pyproject.toml | 2 +- 14 files changed, 1 insertion(+), 81 deletions(-) delete mode 100644 .changes/unreleased/Dependencies-20230927-234903.yaml delete mode 100644 .changes/unreleased/Dependencies-20231010-103815.yaml delete mode 100644 .changes/unreleased/Features-20230913-172754.yaml delete mode 100644 .changes/unreleased/Features-20230918-112159.yaml delete mode 100644 .changes/unreleased/Features-20230926-173230.yaml delete mode 100644 .changes/unreleased/Features-20230926-182305.yaml delete mode 100644 .changes/unreleased/Features-20231009-210737.yaml delete mode 100644 .changes/unreleased/Features-20231010-111707.yaml delete mode 100644 .changes/unreleased/Fixes-20230914-134708.yaml delete mode 100644 .changes/unreleased/Fixes-20230926-092650.yaml delete mode 100644 .changes/unreleased/Fixes-20231009-211057.yaml delete mode 100644 .changes/unreleased/Under the Hood-20230921-161752.yaml delete mode 100644 .changes/unreleased/Under the Hood-20231006-100304.yaml diff --git a/.changes/unreleased/Dependencies-20230927-234903.yaml b/.changes/unreleased/Dependencies-20230927-234903.yaml deleted file mode 100644 index a888b782..00000000 --- a/.changes/unreleased/Dependencies-20230927-234903.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: Migrated jsonschema.RefResolver to referencing.Registry for jsonschema 4 compatibility -time: 2023-09-27T23:49:03.729376567-04:00 -custom: - Author: 'codecae' - PR: "160" diff --git a/.changes/unreleased/Dependencies-20231010-103815.yaml b/.changes/unreleased/Dependencies-20231010-103815.yaml deleted file mode 100644 index a1be669a..00000000 --- a/.changes/unreleased/Dependencies-20231010-103815.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Dependencies -body: relax more-itertools dependency -time: 2023-10-10T10:38:15.507159+01:00 -custom: - Author: lukedyer-peak luke321321 - PR: "174" diff --git a/.changes/unreleased/Features-20230913-172754.yaml b/.changes/unreleased/Features-20230913-172754.yaml deleted file mode 100644 index 85ce7f2f..00000000 --- a/.changes/unreleased/Features-20230913-172754.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add New SavedQuery Protocol -time: 2023-09-13T17:27:54.018355-07:00 -custom: - Author: plypaul - Issue: "144" diff --git a/.changes/unreleased/Features-20230918-112159.yaml b/.changes/unreleased/Features-20230918-112159.yaml deleted file mode 100644 index a4379690..00000000 --- a/.changes/unreleased/Features-20230918-112159.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Support for `Dimension.grain(...)` in where/filter -time: 2023-09-18T11:21:59.459474-05:00 -custom: - Author: DevonFulcher - Issue: None diff --git a/.changes/unreleased/Features-20230926-173230.yaml b/.changes/unreleased/Features-20230926-173230.yaml deleted file mode 100644 index e9728c60..00000000 --- a/.changes/unreleased/Features-20230926-173230.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Begin supporting `label` attr on top level objects and semantic model elements -time: 2023-09-26T17:32:30.099904-07:00 -custom: - Author: QMalcolm - Issue: "143" diff --git a/.changes/unreleased/Features-20230926-182305.yaml b/.changes/unreleased/Features-20230926-182305.yaml deleted file mode 100644 index 83658d22..00000000 --- a/.changes/unreleased/Features-20230926-182305.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: Add options to protocol for null value coalescing -time: 2023-09-26T18:23:05.191433-07:00 -custom: - Author: QMalcolm - Issue: "142" diff --git a/.changes/unreleased/Features-20231009-210737.yaml b/.changes/unreleased/Features-20231009-210737.yaml deleted file mode 100644 index 31b530db..00000000 --- a/.changes/unreleased/Features-20231009-210737.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Features -body: Allow metric filters and saved query where properties to accept lists of filter - expressions -time: 2023-10-09T21:07:37.978465-07:00 -custom: - Author: tlento - Issue: "147" diff --git a/.changes/unreleased/Features-20231010-111707.yaml b/.changes/unreleased/Features-20231010-111707.yaml deleted file mode 100644 index 914923d6..00000000 --- a/.changes/unreleased/Features-20231010-111707.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Features -body: 'Optional Time Granularity for Time Dimensions in the Where Filter' -time: 2023-10-10T11:17:07.95603-07:00 -custom: - Author: plypaul - Issue: "175" diff --git a/.changes/unreleased/Fixes-20230914-134708.yaml b/.changes/unreleased/Fixes-20230914-134708.yaml deleted file mode 100644 index b025e4bb..00000000 --- a/.changes/unreleased/Fixes-20230914-134708.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Disallow dunders semantic object names -time: 2023-09-14T13:47:08.907492-07:00 -custom: - Author: QMalcolm - Issue: "149" diff --git a/.changes/unreleased/Fixes-20230926-092650.yaml b/.changes/unreleased/Fixes-20230926-092650.yaml deleted file mode 100644 index 58163cf4..00000000 --- a/.changes/unreleased/Fixes-20230926-092650.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Fixes -body: Change ordering of TimeDimension parameters to be backward compatible -time: 2023-09-26T09:26:50.684682-05:00 -custom: - Author: DevonFulcher - Issue: None diff --git a/.changes/unreleased/Fixes-20231009-211057.yaml b/.changes/unreleased/Fixes-20231009-211057.yaml deleted file mode 100644 index 47edb506..00000000 --- a/.changes/unreleased/Fixes-20231009-211057.yaml +++ /dev/null @@ -1,7 +0,0 @@ -kind: Fixes -body: Throw an exception when invalid entity names are encountered in filter/group - by parameters -time: 2023-10-09T21:10:57.456012-07:00 -custom: - Author: tlento - Issue: "172" diff --git a/.changes/unreleased/Under the Hood-20230921-161752.yaml b/.changes/unreleased/Under the Hood-20230921-161752.yaml deleted file mode 100644 index 6f8b8495..00000000 --- a/.changes/unreleased/Under the Hood-20230921-161752.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Support for descending & date_part in the query interface -time: 2023-09-21T16:17:52.090209-05:00 -custom: - Author: DevonFulcher - Issue: None diff --git a/.changes/unreleased/Under the Hood-20231006-100304.yaml b/.changes/unreleased/Under the Hood-20231006-100304.yaml deleted file mode 100644 index 12e7d011..00000000 --- a/.changes/unreleased/Under the Hood-20231006-100304.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Under the Hood -body: Fix error message for entity in filter spec and where parameter -time: 2023-10-06T10:03:04.514682-05:00 -custom: - Author: DevonFulcher - Issue: None diff --git a/pyproject.toml b/pyproject.toml index c352113a..9ebee729 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "dbt-semantic-interfaces" -version = "0.3.0" +version = "0.4.0a1" description = 'The shared semantic layer definitions that dbt-core and MetricFlow use' readme = "README.md" requires-python = ">=3.8"