Skip to content

Commit

Permalink
chore(release): version 0.12.1 → 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daxartio committed Nov 9, 2024
1 parent d059234 commit d961e46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## v0.12.2 (2024-11-09)

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

### Refactor
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 = "termynal"
version = "0.12.1"
version = "0.12.2"
requires-python = ">=3.9"
description = "A lightweight and modern animated terminal window"
authors = [{ email = "daxartio@gmail.com" }, { name = "Danil Akhtarov" }]
Expand Down Expand Up @@ -53,7 +53,7 @@ no-build-package = ["tests"]

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.12.1"
version = "0.12.2"
tag_format = "v$version"
version_files = ["pyproject.toml:version"]
bump_message = "chore(release): version $current_version → $new_version"
Expand Down

0 comments on commit d961e46

Please sign in to comment.