Skip to content

Commit c4553b0

Browse files
committed
bump: version 1.1.0 → 1.1.1
1 parent 7ad6279 commit c4553b0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

8+
## v1.1.1 (2025-09-01)
9+
10+
### Fix
11+
12+
- allow tag-only releases when no new commits
13+
814
## v1.1.0 (2025-09-01)
915

1016
### Feat

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ path = ["torchsom"]
437437
# exclude = ["tests", "docs"]
438438
[tool.commitizen]
439439
name = "cz_conventional_commits"
440-
version = "1.1.0"
440+
version = "1.1.1"
441441
tag_format = "v$version"
442442
bump_map = { "feat" = "minor", "fix" = "patch", "chore" = "patch", "refactor" = "patch", "docs" = "patch" }
443443
update_changelog_on_bump = true

0 commit comments

Comments
 (0)