Skip to content

Commit 0ff8251

Browse files
committed
chore(release): version 0.12.3 → 0.13.0
1 parent 06e30ff commit 0ff8251

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

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

8+
## v0.13.0 (2025-01-14)
9+
810
## v0.12.3 (2025-01-13)
911

1012
### Fix

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "termynal"
3-
version = "0.12.3"
3+
version = "0.13.0"
44
requires-python = ">=3.9"
55
description = "A lightweight and modern animated terminal window"
66
authors = [{ email = "[email protected]" }, { name = "Danil Akhtarov" }]
@@ -56,7 +56,7 @@ generate-hashes = true
5656

5757
[tool.commitizen]
5858
name = "cz_conventional_commits"
59-
version = "0.12.3"
59+
version = "0.13.0"
6060
tag_format = "v$version"
6161
version_files = ["pyproject.toml:version"]
6262
bump_message = "chore(release): version $current_version → $new_version"

0 commit comments

Comments
 (0)