diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..a915e8c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e1a3e73..d465fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.1](https://github.com/bedrock-python/mattermind/compare/mattermind-v0.1.0...mattermind-v0.1.1) (2026-05-16) + + +### Bug Fixes + +* remove __future__ annotations to fix Typer runtime type resolution ([b30d6ae](https://github.com/bedrock-python/mattermind/commit/b30d6aeb18be0dd53d1793ca71f05a15ee9b0d15)) +* update publish workflow, release-please version search, gitignore ([#5](https://github.com/bedrock-python/mattermind/issues/5)) ([ddd00bd](https://github.com/bedrock-python/mattermind/commit/ddd00bd96811f233cd4f5b59c95aa37857fc283d)) + + +### Documentation + +* fix license badge to Apache 2.0 and add codecov badge ([5cbe022](https://github.com/bedrock-python/mattermind/commit/5cbe0228e1ccff03d222ae162b0b8d2b24e13467)) + ## 0.1.0 (2026-05-16) diff --git a/pyproject.toml b/pyproject.toml index 8c20678..6cbb6bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "mattermind" -version = "0.1.0" +version = "0.1.1" description = "Ask questions about your Mattermost workspace using natural language" readme = "README.md" requires-python = ">=3.12"