Skip to content

Commit a655f08

Browse files
committed
chore(release): version 0.12.2 → 0.12.3
1 parent 0b6d641 commit a655f08

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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](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.12.3 (2025-01-13)
9+
10+
### Fix
11+
12+
- change the a tag to button #26
13+
814
## v0.12.2 (2024-11-09)
915

1016
## v0.12.1 (2024-02-18)

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.2"
3+
version = "0.12.3"
44
requires-python = ">=3.9"
55
description = "A lightweight and modern animated terminal window"
66
authors = [{ email = "[email protected]" }, { name = "Danil Akhtarov" }]
@@ -57,7 +57,7 @@ generate-hashes = true
5757

5858
[tool.commitizen]
5959
name = "cz_conventional_commits"
60-
version = "0.12.2"
60+
version = "0.12.3"
6161
tag_format = "v$version"
6262
version_files = ["pyproject.toml:version"]
6363
bump_message = "chore(release): version $current_version → $new_version"

0 commit comments

Comments
 (0)