Skip to content

Commit

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

## 1.2.1 (2024-04-03)

### Fix

- fix context decorator

## 1.2.0 (2024-02-23)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion kontext/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
current_context,
)

__version__ = "1.2.0"
__version__ = "1.2.1"

__all__ = (
"__version__",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
name = "cz_conventional_commits"
version = "1.2.0"
version = "1.2.1"
tag_format = "$version"
version_files = [
"kontext/__init__.py",
Expand All @@ -11,7 +11,7 @@ update_changelog_on_bump = true

[tool.poetry]
name = "kontext"
version = "1.2.0"
version = "1.2.1"
description = "Easy contextual information logging"
authors = ["Danil Akhtarov <daxartio@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 8e19adc

Please sign in to comment.