From 77867a15f0fa2fa27654eb7ff5f11f3e1b9e8dde Mon Sep 17 00:00:00 2001 From: Anselmoo Date: Wed, 22 Mar 2023 17:31:33 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6361e43e8..425ff1fb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,78 @@ # Changelog All notable changes to this project will be documented in this file. + +## v0.16.6 🌈 - 2023-03-22 + +### 🧭 What's Changed + +#### 🧰 Maintenance + +- fix: :bug: Support of `bool` and `{}` for confidence (#705) @Anselmoo +- fix: :construction_worker: Change from `release_name` to `release_tag` (#701) @Anselmoo +- fix: :green_heart: Fix changelogger (#699) @Anselmoo +- build: :bookmark: Start with beta release (#697) @Anselmoo +- feat: :construction_worker: Add latest `mkdocs-jupyter` (#666) @Anselmoo +- docs: :green_heart: Update labeled criteria for `CHANGELOG` (#695) @Anselmoo +- fix: :memo: Update docs by `mike` (#680) @Anselmoo +- fix: :green_heart: Update `deps` and `CD` (#679) @Anselmoo +- ci: 🚚 Update update-changelog.yaml (#676) @Anselmoo +- [pre-commit.ci] :zap: pre-commit autoupdate (#670) @pre-commit-ci +- docs: :zap: Extend versionized docs via `mike` (#674) @Anselmoo + +#### :octocat: Github Actions + +- build(deps): Bump ipywidgets from 8.0.4 to 8.0.5 (#707) @dependabot +- fix: :construction_worker: Change from `release_name` to `release_tag` (#701) @Anselmoo +- fix: :green_heart: Fix changelogger (#699) @Anselmoo +- feat: :construction_worker: Add latest `mkdocs-jupyter` (#666) @Anselmoo +- build(deps): Bump actions/checkout from 2 to 3 (#691) @dependabot +- ci: 📖 Update update-changelog.yaml (#689) @Anselmoo +- build(deps): Bump pypa/gh-action-pypi-publish from 1.7.1 to 1.8.1 (#690) @dependabot +- fix: :bug: Update settings for creating branch (#688) @Anselmoo +- fix: :green_heart: Build of `auto-changelog` (#686) @Anselmoo +- docs: :green_heart: Docs building (#684) @Anselmoo +- ci: 🔧 release-cd.yml (#681) @Anselmoo +- fix: :memo: Update docs by `mike` (#680) @Anselmoo +- fix: :green_heart: Update `deps` and `CD` (#679) @Anselmoo +- ci: 🚚 Update update-changelog.yaml (#676) @Anselmoo +- fix: :memo: Avoid double creating docs in `main` (#675) @Anselmoo +- docs: :zap: Extend versionized docs via `mike` (#674) @Anselmoo +- ci: ⏮️ removed `--force` (#672) @Anselmoo +- ci: 🔒 update-changelog.yaml (#671) @Anselmoo +- fix: :memo: Update deploy name (#667) @Anselmoo +- build(deps): Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#668) @dependabot + +#### 🗂 Documentation + +- feat: :construction_worker: Add latest `mkdocs-jupyter` (#666) @Anselmoo +- docs: 📔 Update mkdocs.yml (#669) @Anselmoo + +#### 🔗 Dependency Updates + +- fix: :bug: Support of `bool` and `{}` for confidence (#705) @Anselmoo +- build(deps): Bump ipywidgets from 8.0.4 to 8.0.5 (#707) @dependabot +- fix: :green_heart: Fix changelogger (#699) @Anselmoo +- build: :bookmark: Start with beta release (#697) @Anselmoo +- feat: :construction_worker: Add latest `mkdocs-jupyter` (#666) @Anselmoo +- docs: :green_heart: Update labeled criteria for `CHANGELOG` (#695) @Anselmoo +- fix: :green_heart: Update `deps` and `CD` (#679) @Anselmoo +- ci: 🚚 Update update-changelog.yaml (#676) @Anselmoo +- [pre-commit.ci] :zap: pre-commit autoupdate (#670) @pre-commit-ci +- docs: :zap: Extend versionized docs via `mike` (#674) @Anselmoo + +#### 🔒 Security + +- docs: :green_heart: Update labeled criteria for `CHANGELOG` (#695) @Anselmoo +- fix: :green_heart: Update `deps` and `CD` (#679) @Anselmoo +- ci: 🚚 Update update-changelog.yaml (#676) @Anselmoo +- [pre-commit.ci] :zap: pre-commit autoupdate (#670) @pre-commit-ci +- docs: :zap: Extend versionized docs via `mike` (#674) @Anselmoo + +### 📦 Full Changelog + +**Full Changelog**: https://github.com/Anselmoo/spectrafit/compare/v0.16.5...v0.16.6 + +### ⚙️ Who Contributes + +@Anselmoo