Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
he0119 authored Dec 6, 2024
1 parent 8d67a15 commit 61205bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

## [Unreleased]

## [0.10.0] - 2024-12-06

### Changed

- 升级至 Django 5.0.6
Expand Down Expand Up @@ -312,7 +314,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/lang/zh-CN/

- 物品管理,通过两个表(位置和物品)存放数据,管理家庭物品的存放情况。

[unreleased]: https://github.com/he0119/smart-home/compare/v0.9.6...HEAD
[unreleased]: https://github.com/he0119/smart-home/compare/v0.10.0...HEAD
[0.10.0]: https://github.com/he0119/smart-home/compare/v0.9.6...v0.10.0
[0.9.6]: https://github.com/he0119/smart-home/compare/v0.9.5...v0.9.6
[0.9.5]: https://github.com/he0119/smart-home/compare/v0.9.4...v0.9.5
[0.9.4]: https://github.com/he0119/smart-home/compare/v0.9.3...v0.9.4
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "smart-home"
version = "0.9.6"
version = "0.10.0"
description = "Smart home."
authors = [{ name = "uy_sun", email = "hmy0119@gmail.com" }]
readme = "README.md"
Expand Down Expand Up @@ -102,7 +102,7 @@ omit = [
]

[tool.bumpversion]
current_version = "0.9.6"
current_version = "0.10.0"
commit = true
message = "chore(release): {new_version} [skip ci]"

Expand Down

0 comments on commit 61205bc

Please sign in to comment.