From df7ad91c57b13b0e5c2fe88fb65feaf3494d4182 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Mon, 16 Mar 2026 15:27:40 +0000 Subject: [PATCH] docs: update to v0.1.4.post5 release --- README.md | 1 + pyproject.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 99f717b..f936701 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ ## 📢 News +- **2026-03-16** 🚀 Released **v0.1.4.post5** — a refinement-focused release with stronger reliability, broader provider and channel support, and a more dependable day-to-day experience. Please see [release notes](https://github.com/HKUDS/nanobot/releases/tag/v0.1.4.post5) for details. - **2026-03-15** 🧩 DingTalk rich media, smarter built-in skills, and cleaner model compatibility. - **2026-03-14** 💬 Channel plugins, Feishu replies, and steadier MCP, QQ, and media handling. - **2026-03-13** 🌐 Multi-provider web search, LangSmith, and broader reliability improvements. diff --git a/pyproject.toml b/pyproject.toml index b19b690..25ef590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,6 +2,7 @@ name = "nanobot-ai" version = "0.1.4.post5" description = "A lightweight personal AI assistant framework" +readme = { file = "README.md", content-type = "text/markdown" } requires-python = ">=3.11" license = {text = "MIT"} authors = [