This verison adds dimension group options:
* `day_of_year`
* `quarter_of_year`
* `week_of_month`
* aliases `week_index` to `week_of_year`
Additionally, it adds `week_of_year` and `month_of_year` to the default timeframes both in seeding and mapping contexts.
What's Changed
* Bump actions/setup-python from 4 to 5 by dependabot in https://github.com/Zenlytic/metrics_layer/pull/138
* Bump gitpython from 3.1.40 to 3.1.41 by dependabot in https://github.com/Zenlytic/metrics_layer/pull/140
* Add option to automatically find category variables (searchable dims) by pblankley in https://github.com/Zenlytic/metrics_layer/pull/142
* Add month and week name to default timegrains by geometrikz in https://github.com/Zenlytic/metrics_layer/pull/143
* add new dim group types and add default week_of_year and month_of_year to mappings by pblankley in https://github.com/Zenlytic/metrics_layer/pull/144
**Full Changelog**: https://github.com/Zenlytic/metrics_layer/compare/v0.11.0...v0.11.1