Skip to content

Commit cf0a799

Browse files
committed
chore(release): 0.2.0 [skip actions]
Automatically generated by python-semantic-release
1 parent 9974947 commit cf0a799

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!--next-version-placeholder-->
44

5+
## v0.2.0 (2024-03-22)
6+
### Feature
7+
* Replace flake8 with ruff, bump default Python version to 3.11 ([`385c697`](https://github.com/cachuperia/blueprint-python/commit/385c6977055509e53f5d2f41823b5a9cfd733ba2))
8+
9+
### Documentation
10+
* Minor fixes ([`2ccba79`](https://github.com/cachuperia/blueprint-python/commit/2ccba79b66af2fc58e20ead367472eb75af553ac))
11+
* Minor fixes ([`1658e22`](https://github.com/cachuperia/blueprint-python/commit/1658e223c306e959df15f15885636a8b21f6b668))
12+
513
## v0.1.0 (2022-07-04)
614
### Feature
715
* Cli tool MWE ([`ed2efa0`](https://github.com/cachuperia/blueprint-python/commit/ed2efa0118d47b22e5c6e644a022ed16c893bd57))

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SHELL := /bin/bash
55
MAKEFLAGS += --warn-undefined-variables
66
MAKEFLAGS += --no-builtin-rules
77

8-
VERSION := 0.1.0
8+
VERSION := 0.2.0
99
ROOT := $(shell pwd)
1010
PACKAGE_PATH := ${ROOT}/src/blueprint_python
1111
PYTHON_VERSION := $(shell cat .python-version)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "blueprint-python"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "GitHub template for Python package blueprint"
55
authors = ["Iaroslav Russkykh <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)