diff --git a/.bumpversion.toml b/.bumpversion.toml index ebf898a2..d9420d0b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.9.7" +current_version = "0.10.0" commit = true message = "chore(release): {new_version}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ef348c7..7b3d2d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ ## [Unreleased] +## [0.10.0] - 2024-12-06 + ### Added - 物品管理位置二维码支持完整的网址 @@ -508,7 +510,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/ - 利用 Flutter 编写的第一个可用的智慧家庭客户端 -[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.9.7...HEAD +[Unreleased]: https://github.com/he0119/smart-home-flutter/compare/v0.10.0...HEAD +[0.10.0]: https://github.com/he0119/smart-home-flutter/compare/v0.9.7...v0.10.0 [0.9.7]: https://github.com/he0119/smart-home-flutter/compare/v0.9.6...v0.9.7 [0.9.6]: https://github.com/he0119/smart-home-flutter/compare/v0.9.5...v0.9.6 [0.9.5]: https://github.com/he0119/smart-home-flutter/compare/v0.9.4...v0.9.5 diff --git a/pubspec.yaml b/pubspec.yaml index bf09f347..971e98c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: smarthome description: 智慧家庭 -version: 0.9.7+8 +version: 0.10.0+8 homepage: https://github.com/he0119/smart-home-flutter publish_to: "none"